

/* swiper */
.zzl-swiper {
	background-image: url('../images/main_bg.png');
	background-repeat: repeat-x;
}

#banCarousel {
	width: 100%;
	margin: 0 auto;
}

/* 憾酒简介 */
.zzl-section {
	box-sizing: border-box;
	background-color: #fff;
}

.zzl-section>.main {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
}

.zzl-section>.main>.title {
	position: relative;
}

.zzl-section>.main>.title>h2 {
	box-sizing: border-box;
	text-align: center;
	padding: 35px 0px 20px 0px;
	font-size: 36px;
	font-family: 'Microsoft YaHei';
	letter-spacing: 2px;
	font-weight: 300;
	margin: 0;
}

.zzl-section>.main>.title>span {
	display: inline-block;
	width: 120px;
	height: 2px;
	background-color: #197472;
	position: absolute;
	left: calc(50% - 60px);
}

.zzl-section>.main>.cont-text {
	display: inline-block;
	width: 100%;
	padding: 25px 5px 30px 5px;
	font-weight: 300;
	font-size: 22px;
	color: #475568;
}
.zzl-section>.main>.cont-text:hover,.zzl-section>.main>.cont-text:focus{
	text-decoration: none;
	color: #D87823;
}

.zzl-section>.main>.cont-img {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zzl-section>.main>.cont-img img:hover {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

.carousel-inner>.item>.carousel-caption{
	font-size: 18px;
	text-decoration: none;
	line-height: 1.2em;
	left: 10%;
	right: 10%;
}
.carousel-inner>.item>.carousel-caption:hover,.carousel-inner>.item>.carousel-caption:focus{
	text-decoration: none;
	color: #D87823;
}

/*产品展示*/
.product {
	height: 350px;
	background-color: #F9F9F9;
	background-image: url('../images/chanpin_bg.png');
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.product-show {
	width: 960px;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.product-show-text {
	width: 660px;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.product-show-text>h2 {
	color: #475568;
	margin-top: 0px;
	font-weight: 500;
	font-size: 30px;
}

.product-show-text>h3 {
	color: #64748A;
	font-weight: 200;
	font-size: 22px;
}

.product-show-text>h4 {
	color: #64748A;
	font-weight: 200;
	font-size: 16px;
	line-height: 1.5em;
}

.product-show-text a{
	color:#de9400;
	text-decoration: none;
	font-style: italic;
	font-size: 14px;
}
.product-show-text a:hover{
	text-decoration: none;
	color: #D87823;
}

.product-navbar {
	width: 200px;
	height: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
}

.product-navbar>a {
	width: 170px;
	height: 70px;
	font-size: 22px;
}

.product-navbar>a>img {
	padding-right: 15px;
}

.boom {
	position: relative;
	z-index: 1;
}

.boom::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 2px;
	transform-origin: center;
}

.boom:hover::before {
	transform: scale(1.25);
	transition: all ease-out .5s;
	border: 1px solid #14B8CD;
	opacity: 0;
}

/*新闻资讯*/
.cont-news{
	display: flex;
	justify-content: space-around;
}

.index-news-title{
	display: block;
	color: rgb(53, 53, 53);
	text-decoration: none;
}
.index-news-title:hover{
	text-decoration: none;
	color: #D87823;
}

.news-swiper {
	width: 550px;
}

#newsCarousel {
	width: 100%;
	margin: 0 auto;
}

.news-text{
	width: 600px;
}
.news-text>ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.news-text>ul>li{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.news-text>ul>li:hover{
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
.news-text>ul>li>.news-date{
	width: 90px;
	height: 90px;
	border: 1px solid #dedede;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #475568;
}
.news-text>ul>li>.news-date>h2{
	padding: 0px;
	margin: 5px;
	font-size: 26px;
}
.news-text>ul>li>.news-date>h3{
	padding: 0px;
	margin: 5px;
	font-weight: 100;
}

.news-list{
	width: 490px;
	text-decoration: none;
	color: #475568;
}
.news-list:hover,.news-list:focus{
	color: #D87823;
	text-decoration: none;
}
.news-list>.news-title{
	font-weight: 500;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.news-list>.news-abstract{
	font-size: 14px;
	color: #999;
	line-height: 1.3em;
	
	overflow:hidden;
	  text-overflow: ellipsis;
	  -webkit-line-clamp: 3;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
}




/* 移动端 */
@media (max-width : 767px) {
	
	
	/* 憾酒简介 */
	.zzl-section>.main {
		width: 100%;
	}

	.zzl-section>.main>.title>h2 {
		padding: 25px 0px 15px 0px;
		font-size: 25px;
	}

	.zzl-section>.main>.title>span {
		width: 100px;
		left: calc(50% - 50px);
	}

	.zzl-section>.main>.cont-text {
		font-size: 18px;
	}

	.zzl-section>.main>.cont-img {
		flex-wrap: wrap;
	}

	/*产品介绍*/
	.product {
		height: auto;
		flex-direction: column-reverse;
	}

	.product-navbar {
		padding-top: 10px;
		padding-bottom: 5px;
		width: 100%;
		flex-direction: row;
	}

	.product-navbar>a {
		width: auto;
		height: auto;
		font-size: 20px;
	}

	.product-navbar>a>img {
		padding-right: 0px;
		width: 18px;
	}

	.product-show {
		width: 100%;
		flex-wrap: wrap;
	}

	.product-show-text {
		width: 100%;
		text-align: center;
	}

	.product-show-text>h2 {
		margin-top: 10px;
		font-size: 25px;
		font-weight: 300;
	}

	.product-show-text>h3 {
		margin-top: 5px;
		font-size: 20px;
	}

	.product-show-text>h4 {
		margin-top: 5px;
	}
	
	/*新闻资讯*/
	.cont-news{
		flex-wrap: wrap;
		flex-direction: column-reverse;
		padding: 10px;
	}
	.news-text{
		width: 100%;
	}
	.news-list{
		width: calc(100% - 100px)
	}
	.news-swiper{
		width: 100%;
	}
	
	
}