.banner {
	width: 100%;
	height: 435px;
	background: url(../img/craftBeerbanner.jpg) no-repeat center center;
	background-size: cover;
}

.craftBeer {
	width: 1310px;
	margin: 0 auto;
	padding-bottom: 130px;
}

.auName{
	padding: 100px 0 40px 0;
	text-align: center;
	font-size: 61px;
	text-align: center;
	background: url(../img/pagetitbg.png) no-repeat center bottom;
	background-size: 252px 28px;
	margin-bottom: 60px;
	letter-spacing: 1px;
	font-weight: bold;
}

.auName img {
	width: 260px;
}

/* 主题内容部分 */
.beerContBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.beerTit {
	width: 240px;
}

.titItem{
	width: 240px;
	height: 227px;
	font-size: 21px;
	background: #ededed;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
}
.titItem img{
	width: 130px;
	margin-bottom: 20px;
}
.beerCont{
	width: 1020px;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
}

.contItem{
	display: none;
	width: 950px;
	margin: 45px auto;
	padding: 0 60px 80px 60px;
	background: #ebe0dc;
}

#tit div.select,#tit div.active {
	width: 260px;
	background: url(../img/titItem_hover.png) no-repeat center center;
	background-size: 260px 227px;
	color: #fff;
}

#con div.show {
	display: block;
}

.xiLeiTit{
	display: flex;
	justify-content: center;
	padding-top: 60px;
}
.xiLeiTit span{
	display: block;
	width: 110px;
	height: 110px;
	line-height: 110px;
	font-size: 76px;
	color: #332927;
	text-align: center;
	border: 2px solid #332927;
	border-radius: 50%;
}
.xiLeiTitText{
	font-size: 33px;
	text-align: center;
	color: #332927;
	padding-bottom: 60px;
	padding-top: 20px;
	letter-spacing:7px
}
.xiLeiCont{
	font-size: 25px;
	color: #332927;
	text-indent: 2em;
	line-height: 1.5;
	padding-bottom: 40px;
}
.xiLeiItem{
	width: 100%;
	background: url(../img/xiLeiItem_bg.png) no-repeat center bottom;
	background-size: 810px 10px;
	padding-top: 90px;
}
.xiLeiItemImg{
	display: flex;
	justify-content: space-between;
}
.xiLeiItemLeft{
	width: 450px;
}
.xiLeiItemLeft img{
	width: 450px;
}
.xiLeiItemRight{
	/* padding-top: 40px; */
}
.numInfo{
	display: flex;
	justify-content: flex-end;
}
.numBox{
	width: 160px;
	height: 160px;
	border: 2px solid #756764;
}
.numXh{
	text-align: right;
	color: #8e8179;
	font-size: 100px;
	padding-top: 40px;
}
.numText{
	font-size: 36px;
	font-weight: bold;
	color: #332927;
	text-align: center;
	padding-top: 56px;
}
.xiLeiNameen{
	font-size: 21px;
	color: #010000;
	text-align: right;
	padding-top: 20px;
}
.xiLeiNamech{
	font-size: 50px;
	color: #332927;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
}
.noMaiYa{
	padding-top: 30px;
}
.noMaiYa div{
	display: block;
	font-size: 22px;
	padding-top: 16px;
}
.maiYa{
	display: flex;
	padding-top: 30px;
}
.maiYa img{
	width: 74px;
	height: 74px;
	margin-right: 20px;
}
.maiYaText{
	padding-top: 10px;
}
.maiYaText span{
	display: block;
}
.myText{
	font-size: 19px;
	padding-bottom: 10px;
}
.myNum{
	font-size: 28px;
}
.xlDet{
	font-size: 18px;
	line-height: 1.5;
	padding: 60px 0;
}
/* 主题内容部分 end */
