.post{
	padding-top: 80px;
}
.padleft{
	margin-left: 5%;
}
.tao1 {
	position: relative;
	width: 100%;
	background-image: url(../img/tao/2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.tao2 {
	position: relative;
	width: 100%;
	background-image: url(../img/tao/1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
}

.tao-itemr {
	display: flex;
	width: 95%;
	margin-left: 5%;
	padding: 7% 0;
}

.tao-item {
	display: flex;
	width: 95%;
	padding: 7% 0;
}

.tao1-text {
	width: 35%;
	display: flex;
	align-items: center;
}

.tao1-text h4 {
	font-size: 20px;
	color: #333;
	line-height: 22px;
	display: block;
	font-weight: normal;
	margin-bottom: 25px;
}

.tao1-text h3 {
	font-size: 56px;
	color: #333;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: 60px;
}

.tao1-text p {
	font-size: 18px;
	color: #333;
	line-height: 36px;
	margin-bottom: 85px;
}

.tao-btn a {
	width: 145px;
	height: 53px;
	line-height: 53px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #333;
	border-radius: 3px;
	font-size: 18px;
	text-align: center;
	margin-right: 25px;
}

.tao1-img {
	width: 50%;
	height: 650px;
	margin-left: 15%;
	display: flex;
	align-items: center;
}

.tao2-img {
	display: flex;
	width: 55%;
	height: 650px;
	margin-right: 10%;
	align-items: center;
}
.tao2-img img,.tao1-img img{
	display: block;
	width: 100%;
	position: relative;
}
.tao2 .tao1-text h4,
.tao2 .tao1-text h3,
.tao2 .tao1-text p,
.tao2 .tao1-text a {
	color: #fff;
}

.tao2 .tao1-text a {
	border-color: #fff;
}

.tao-btn a:hover {
	background-color: var(--color);
	border-color: var(--color);
	color: #fff;
}
.post-rel{
	position: relative;
}
#abs-left{
	position: absolute;
	top: 0;
	left: 0;
	width: 44%;
	margin-top: -14.3%;
}
#abs-right{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 44%;
	margin-bottom: -14.3%;
}

@media screen and ( max-width:640px ) {
	.tao-itemr{
		width: 92%;
		margin: 0 4%;
		padding: 0 0 30px 0;
		flex-direction: column-reverse;
	}
	.tao-item{
		display: block;
		width: 92%;
		margin: 0 4%;
		padding: 0 0 30px 0;
	}
	.tao1-text{
		width: 100%;
	}
	.tao1-text p{
		font-size: 12px;
		line-height: 24px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.tao1-text h3{
		font-size: 18px;
		line-height: 30px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.tao1-text h4{
		font-size: 12px;
		margin: 0;
	}
	.tao-btn a{
		width: 42%;
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		box-sizing: border-box;
		margin: 0 2.5%;
	}
	.tao1-img{
		width: 100%;
		height: 300px;
		margin-left: 10%;
	}
	.tao2-img{
		width: 100%;
		height: 300px;
	}
}