.banner{
	height: 548px;
}
.banner img{
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.thq-season{
	width: 100%;
	min-width: 1200px;
	height: 635px;
	background: url(../img/thq_mountain.png) no-repeat;
	background-position: center 116px;
	overflow: hidden;
}
.poem{
	height: 168px;
	margin-top: 60px;
}
.poem-name{
	box-sizing: border-box;
	width: 76px;
	height: 168px;
	padding: 10px 22px 0 22px;
	background: url(../img/poem_bg.png) no-repeat;
	font-family: "隶书";
	font-size: 32px;
	color: #ffffff;
	line-height: 36px;
	float: left;
	margin-left: 146px;
}
.poem-content{
	width: 830px;
	height: 120px;
	font-family: "隶书";
	font-size: 24px;
	line-height: 30px;
	float: left;
	margin: 24px 0 0 30px;
}
.season-wrap{
	margin-top: 60px;
}
.season-container{
	width: 1272px;
	height: 290px;
}
.season-item{
	width: 218px;
	height: 290px;
	margin: 0 86px 0 14px;
	float: left;
}
.season-item .season-name{
	font-size: 18px;
	text-align: center;
	line-height: 72px;
}
.season{
	width: 216px;
	height: 216px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	background-size:100% 100% ;
	background-position: center center;
}
.spring{
	background: url(../img/thq_spring.png) no-repeat;
}
.summer{
	background: url(../img/thq_summer.png) no-repeat;
}
.autumn{
	background: url(../img/thq_autumn.png) no-repeat;
}
.winner{
	background: url(../img/thq_winter.png) no-repeat;
}
/* 太行青简介 */
.thq-abs-wrap .thq-name{
	font-size:24px;
	line-height: 42px;
	text-align: center;
	color: #288f0f;
}
.thq-abs-wrap .thq-intro{
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #000000;
}
.thq-abs-wrap .abs-content{
	width: 1200px;
	height: 584px;
	margin-top: 48px;
}
.abs-content-left,.abs-content-center,.abs-content-right{
	float: left;
	height: 584px;
}
.abs-content-left{
	width: 412px;
}
.abs-content-left>img{
	display: block;
}
.abs-content-left>div{
	width: 412px;
	height: 282px;
}
.abs-content-left>div>img{
	display: block;
	float: left;
}
.abs-content-left>div>div{
	width: 205px;
	height: 280px;
	border: 1px solid #a7a7a7;
	float: left;
}
.abs-content-left>div>div>p{
	font-size: 14px;
	line-height: 24px;
	text-indent: 2em;
	color: #000000;
	padding: 0 16px;
	margin-top: 32px;
}
.abs-content-center{
	width: 383px;
	height: 584px;
}
.abs-content-center>div{
	width: 379px;
	height: 250px;
	border: 2px solid #009f3c;
}
.abs-content-center>div>p{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	padding: 0 35px;
	margin-top: 70px;
}
.abs-content-center>img{
	display: block;
}
.abs-content-right{
	width: 405px;
	height: 584px;
}
.abs-content-right>img{
	display: block;
}
.abs-content-right>div{
	width: 403px;
	height: 245px;
	padding-top: 55px;
	border: 1px solid #a7a7a7;
}
.abs-content-right>div>p{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	padding: 0 32px;
}
/* 太行青 关于我们 */
.thq-about{
	width: 100%;
	min-width: 1200px;
	height: 814px;
	background: url(../img/thq_anout.jpg) no-repeat;
	margin-top: 100px;
}
.thq-about .about-content{
	width: 917px;
	height: 285px;
	background: #167b16;
	padding-top: 68px;
	margin: 255px 101px 0 182px;
	position: relative;
}
.thq-about .about-content>p{
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	margin-left: 63px;
	margin-right: 39px;
	text-indent: 2em;
}
.thq-about .about-content:before{
	content: "关于我们";
	width: 36px;
	height: 211px;
	padding: 39px 53px 0 33px;
	border: 2px solid #ffffff;
	font-size: 36px;
	line-height: 42px;
	color: #ffffff;
	position: absolute;
	top: 48px;
	left: -93px;
}
