@charset "UTF-8";

* {
  font-family: 'Microsoft YaHei';
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover,.text-white a:hover {
  color: #d22234;
}

ul,
ol {
  margin: 0;
  margin-bottom: 0;
  list-style: none;
}

#pages a, #pages span {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 5px 10px;
}

#pages span {
  color: #fff;
  font-weight: bold;
  border: 1px solid #d22234;
  background-color: #d22234;
}
#pages{
	margin:50px 0;
	clear:both;
}
a:hover,
a.text-white:hover,
.text-white a:hover, .brew-item,.home-news-img {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none;
}

.ie-alert {
  font-size: 20px;
  display: none;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #d22234;
  z-index:99999;
}

/*常用css样式*/
pre {
  font-family: '微软雅黑';
  font-size: 14px;
  line-height: 29px;
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  color: #fff;
  border: none;
  background-color: transparent;
}

.form-control,
.input-text {
  font-size: 14px;
  line-height: 1.42857143;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.font-bold {
  font-weight: bold;
}

.text-black {
  color: #323232;
}

.word-break {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.padding-zero {
  padding: 0;
}

#allmap img {
  max-width: inherit;
}

#allmap {
  width: 100%;
  height: 300px;
}

.text-white {
  color: #fff !important;
}

/* nav 导航 */
.top {
  width: 100%;
  z-index: 999;
  background-color: #fff;
   -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: none;
  position: fixed;
  top:0;
  left:0;
}
@media(min-width:1200px){
	body{
		padding-top:80px;
	}
}
.nav-active {
  color: #d22234 !important;
  border-bottom-color: #d22234 !important;
}

/* banner */
.banner-container .swiper-slide, .banner-container {
  height: 100vh !important;
}
@media(max-width:768px){
	.s1 {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../video/video.jpg);
} 
}
/* */
.s2 {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../images/banner2.jpg);
}
.s3 {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../images/newlou.jpg);
}

.mouse {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 30px;
  height: 60px;
  margin-left: -15px;
  z-index: 999999;
}

.mouse-border {
  position: relative;
  border-radius: 15px;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
}

.mouse-slide {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: -3px;
  background-color: #fff;
  animation: mouse 2s infinite;
  -webkit-animation: mouse 2s infinite;
}

@keyframes mouse {
  from {
    top: 5px;
  }

  to {
    top: 20px;
  }
}

@-webkit-keyframes mouse {
  from {
    top: 5px;
  }

  to {
    top: 20px;
  }
}

/* HOME ABOUT */
.home-about {
  padding-top: 60px;
}

.home-title {
  margin-bottom: 20px;
}

.home-about-left {
  padding-left: 0;
}

.home-about-right, .wine, .home-btn-active, .brew, .brew-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-about-right {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  height: 390px;
  padding: 88px 0;
  font-family: "隶书";
  font-size: 18px;
  text-align: center;
  background-image: url(../../images/home-about-right.jpg);
  padding-right: 160px;
}

.right-title {
  font-size: 32px;
  font-family: "隶书";
}

.about-history {
  font-size: 16px;
  color: #5b5b5b;
  padding: 88px;
  line-height: 32px;
  /* background-image: url(../../images/about-history.jpg); */
  background-position: bottom center;
  background-repeat: no-repeat;
}
.about-history .text-brand{
	padding-top:20px;
}
.home-line {
  width: 100px;
  height: 1px;
  background-color: #5b5b5b;
  margin-top: 30px;
  position: relative;
}

.line-cirle {
  position: absolute;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #5b5b5b;
  top: -7px;
  background-color: #fff;
  animation: line 1.5s infinite;
  -webkit-animation: line 1.5s infinite;
}

@keyframes line {
  from {
    right: 20px;
  }

  to {
    right: 0;
  }
}

@-webkit-keyframes line {
  from {
    right: 20px;
  }

  to {
    right: 0;
  }
}
#list-history{
	margin-top:-20px;
}
/* HOME WINE */
.wine {
  background-image: url(../../images/win.jpg);
  /* margin-top: 60px; */
  padding: 50px 0;
}

.home-title-pro {
  margin: 20px 0 50px 0;
}

.home-pro-title {
  font-size: 24px;
  color: #c03e3e;
  letter-spacing: 1px;
  width:24px;
  overflow:hidden;
  font-family:'隶书';
}

.des-info {
  padding: 0 15px;
  overflow: hidden;
  display: block;
  line-height: 32px;
  font-size: 16px;
  color: #000;
  letter-spacing: 1px;
}

.home-pro-des, .home-pro-btn {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  
}

.home-pro-des {
  height: 400px;
}

.home-pro-buy {
  background-color: #ba0000;
  padding: 25px 10px;
  border-radius: 20px;
  margin-right: 20px;
  display: block;
  height: 125px;
}

.home-pro-btn {
  padding: 0 10px;
  height: 140px;
  float: left;
  background-color: #fff;
  text-align: center;
  margin-left: 15px;
  cursor: pointer;
  margin-bottom:15px;
}

.home-btn-active {
  background-color: #f00;
  color: #fff;
  background-image: url(../../images/home-pro-btn.jpg);
}

.home-pro-item {
  display: none;
}

/* 酿造BREW */
.brew {
  padding: 60px 0;
  background-image: url(../../images/brew.jpg);
}

.brew-brand {
  font-size: 36px;
}

.brew-items {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.brew-item {
  height: 100%;
  width: 100%;
}

.brew1 {
  background-image: url(../../images/brew1.jpg);
}

.brew-items .brew-item:hover {
  transform: scale(1.1);
}

.brew-text {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 0 5px;
}

.brew-brand, .brew-des {
  display: block;
  float: left;
}

.brew-des {
  padding-top: 8px;
  opacity: 0;
  padding-left: 5px;
}

.brew-items:hover .brew-des {
  animation: brew 1.5s forwards;
  -webkit-animation: brew 1.5s forwards;
}

@keyframes brew {
  from {
    right: -100%;
    opacity: 0;
  }

  to {
    right: 0;
    opacity: 1;
  }
}

@-webkit-keyframes brew {
  from {
    right: -100%;
    opacity: 0;
  }

  to {
    right: 0;
    opacity: 1;
  }
}

.brew2 {
  background-image: url(../../images/water.jpg);
}

.brew3 {
  background-image: url(../../images/brew3.jpg);
}

.brew4 {
  background-image: url(../../images/brew4.jpg);
}

.brew5 {
  background-image: url(../../images/brew5.jpg);
}

.brew6 {
  background-image: url(../../images/brew6.jpg);
}

/* 文旅 */
.swiper-slide,.home-news-img{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.gallery-top {
  height: 600px;
  width: 100%;
}

.gallery-top .swiper-slide {
  height: 100%;
}

.gallery-thumbs {
  height: 200px;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: .7;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.gallery-title {
  font-size: 18px;
}

.gallery-text {
  background-color: rgba(0, 0, 0, .5);
  width: 40%;
  padding: 30px;
  background-image: url(../../images/yin.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 20%;
  right: 20%;
}
.gallery-des{
  font-size: 16px;
  margin-top: 30px;
  line-height: 32px;

}
.btn-white{
  border: 1px solid #fff;
  padding: 6px 20px;
  border-radius:17px;
}
.gallery-btn{
  margin: 30px 0;
}
a.text-white:hover{
  color: #fff;
}
.btn-white:hover{
  background-color: #fb040d;
  color: #fff !important;
  border-color: #fb040d;
}
.t-right{
  position: absolute;
  top: 0;
  right: 0;
}
.t-left{
  position: absolute;
  bottom: 0;
  left: 0;
}
.gallery-thumbs-title{
  background-color: #fb040d;
  padding: 5px 15px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 15px;
  color: #fff;
}
/* 新闻news */
.home-news{
  margin-top: 60px;
}
.home-news-top{
  height: 260px;
  width: 100%;
  overflow: hidden;
}
.home-news-img{
  height: 100%;
  width: 100%;
}
.home-news-img{
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-news-item{
  margin-bottom: 20px;
}
.home-news-item:hover .home-news-img{
  transform: scale(1.1);
}
.home-news-title{
  font-size: 18px;
  padding: 5px 0;
}
.home-news-des{
  color: #747474;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height:40px;
}
.home-news-time{
  font-size: 12px;
  padding-top: 10px;
}
/* footer */
.footer{
  background-color: #131212;
  padding: 30px 0;
}
.footer-nav-title{
  font-size: 24px;
  color: #c1c1c1;
  margin-bottom: 15px;
}
.footer-nav-item a{
  color: #c1c1c1;
}
.footer-nav-item a:hover{
  color: #fb040d;
}
.footer-contact p{
  font-size: 12px;
  padding-top: 10px;
  color: #c1c1c1;
}
.copyright{
  background-color: #000;
  line-height: 40px;
  overflow: hidden;
}
.copyright .ga img{
  width:20px
}
.text-white a{
  color: #fff;
}
.wechat{
  font-size: 22px;
  position: relative;
}
.fa-wechat{
  padding-left: 10px;
  cursor: pointer;
}
.wechat-code{
  position: absolute;
  top: -150px;
  right: 50px;
  display:none;
}
.hide img{
  max-width: 100%;
}
.shop{
  margin-right: 50px !important;
}
/* 产品 */
/* .cat-product{
  margin: 20px 0;
} */
.cat-product-name{
  font-size: 32px;
  padding-top: 15px;
}
.cat-product-img img{
  max-height:120px;
}
.cat-product-brand{
  font-size:24px;
  padding: 15px 0;
  margin-top: 30px;
}
.cat-product-des{
  font-size:16px;
  color: #777;
  line-height: 24px;
  height:48px;
overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;/*行数*/
}
.cat-product-item{
  background-position: right bottom;
  background-repeat: no-repeat;
}
.cat-product-item:hover .cat-product-btn{
  background-color: #d22234;

}
.cat-product .cat-product-item:nth-of-type(1){
  background-color: #f5f5f5;
  background-image: url(../../images/p-bg1.png);
}
.cat-product .cat-product-item:nth-of-type(2){
  background-color: #e5e5e5;
  background-image: url(../../images/p-bg2.png);
}
.cat-product .cat-product-item:nth-of-type(3){
  background-color: #e5e5e5;
  background-image: url(../../images/p-bg3.png);
}
.cat-product .cat-product-item:nth-of-type(4){
  background-color: #f5f5f5;
  background-image: url(../../images/p-bg4.png);
}
.cat-product .cat-product-item:nth-of-type(5){
  background-color: #f5f5f5;
  background-image: url(../../images/p-bg5.png);
}
.cat-product .cat-product-item:nth-of-type(6){
  background-color: #fff;
  background-image: url(../../images/p-bg6.png);
}
.cat-product .cat-product-item:nth-of-type(7){
  background-color: #e5e5e5;
  background-image: url(../../images/p-bg7.png);
}
.cat-product .cat-product-item:nth-of-type(8){
  background-color: #f5f5f5;
  background-image: url(../../images/p-bg8.png);
}
.cat-product .cat-product-item:nth-of-type(odd){
  padding-left: 10%;
}
.cat-product .cat-product-item:nth-of-type(even){
  padding-right: 10%;
}
.cat-product-list{
  padding: 50px;
}
.cat-product-b{
  font-size: 18px;
  font-weight: 400;
}
.cat-product-b a{
	color: #d22234;
}
.cat-product-btn{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  background-color: #000;
  margin-top: 30px;
}

.banner-c{
  margin-bottom:20px;
  position: relative;
}
.banner-text{
	text-align:center;
	position:absolute;
	top:50%;
	left:0;
	margin-top:-35px;
	font-weight:bold;
	color:#fff;
	width:100%;
}
.banner-cat{
	font-size:32px;
}
.banner-cat:before,.banner-cat:after{
	content:'——';
	font-weight:400;
	padding:0 15px;
}
#css-933 .banner-text{
	color:#ed1c24;
}
.banner-cname{
	font-size:18px;
	font-weight:400;
}
.list-product-name{
  font-size: 16px;
  padding: 15px 0;
}
.list-product-item{
  overflow: hidden;
  margin-bottom: 30px;
   -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.list-product-img{
  height: 350px;
}
.list-product-img img{
  max-height: 350px;
}
.list-product-item:hover{
	margin-top:-10px;
	margin-bottom:40px;
	box-shadow: 0 3px 5px #b5b5b5;
}
.pro-info{
	padding:15px;
	overflow:hidden;
	font-size:16px;
	color:#898989;
}
.show-product-name{
  font-size: 24px;
}
.show-product-des{
  font-size: 16px;
  line-height: 32px;
  padding:15px 0;
  color: #666;
}
.show-product-img img{
  max-height: 350px;
}
.show-btn-buy{
  background-color: #d22234;
  padding: 8px 20px;
}
.show-product-buy{
  margin-top: 50px;
}
.show-product-content{
  padding: 20px 0;
}
.next{
  padding: 10px 0;
}
#qrcode{
  margin-top: 50px;
  font-size:16px;
}
#qrcode small,.nav-shop small{
	color:#656565;
	font-size:12px;
}
.show-product-content{
	font-size:16px;
	border-top:1px solid #ddd;
	margin-top:30px;
	line-height:2em;
}
.cat-news-img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
  width: 100%;
  position: relative;
}
@media(max-width:768px){
	.cat-news-img{
		height:300px;
	}
}
.cat-news-title{
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  padding: 10px;
  z-index: 999;
  width: 100%;
  font-size: 18px;
}
.cat-news-brand{
  font-size: 32px;
  padding-bottom: 15px;
}
.cat-news-name{
  font-size: 24px;
}
.cat-news-des{
  color: #898989;
  padding: 10px 0;
}
.cat-news-item{
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
  overflow: hidden;
  margin-bottom: 15px;
}
.media-news{
  padding: 50px 0;
}
.cat-media-name{
  font-size: 18px;
  padding-top: 10px;
}
.media-news-list{
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
}
.show-news-title{
  font-size: 24px;
}
.show-news-info{
  color: #676767;
  padding: 15px 0;
  overflow:hidden;
}
.show-news{
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1px;
}
.show-news img{
	height:auto !important;
}
@media(min-width:768px){
.show-news img{
	max-width:500px;
	display:block;
	margin:auto;
}
}
@media(max-width:768px){
	.container{
		padding:0 30px;
	}
}
/* 关于我们 */
.page-about-title{
  font-size: 24px;
  color: #ed1c24;
}
.page-about-brand{
  font-size: 18px;
  color: #8b8b8b;
  padding-top: 10px;
}
.page-about-des{
  font-size: 16px;
  line-height: 32px;
  padding: 15px 0;
  letter-spacing: .5px;
}
.btn-about{
  border: 1px solid #ed1c24;
  padding: 6px 20px;
  border-radius:17px;
  background-color: #ed1c24;
}
.gallery-btn{
  margin: 30px 0;
}

.btn-about:hover{
  background-color: #ed1c24;
  color: #fff !important;
  border-color: #ed1c24;
}
.text-brand{
  color: #ed1c24;
}

.leader{
  padding: 50px 0;
  background-color: #f5f5f5;
  margin: 30px 0;
}

.leader-info{
  padding: 0 15px;
  margin: 20px 0;
}
.leader-img{
  width:200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  margin: auto;
}
.leader-container{
  padding-top: 30px !important;
}
.leader-z{
  color: #8d8d8d;
  padding: 8px 0;
}
.leader-name{
  font-size: 18px;
}
.leader-des{
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/* 发展历程 */
.history {
  background-image: url(../../images/history.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  margin-top: 80px;
}

.text-white, .text-white a {
  color: #fff;
}

.history-prev, .history-next {
  z-index: 9999;
}

/* .about-history {
  padding: 50px 0 0;
} */
.cat-about-history .p-title .t {
  color: #fff;
}

.about-history .p-title .s {
  background: #e50012;
}

/*大*/
.history-main {
  width: 928px;
  padding: 0 0 246px;
  position: relative;
  margin: 80px auto 0;
}

.history-main .swiper-container {
  padding: 69px 0 0;
}

.history-main .history-con {
  display: block;
  height: 72px;
  text-align: center;
  color: #fff;
  background: url(../../images/history-bg.png) no-repeat center 68px;
  position: relative;
}

.history-con .year {
  line-height: 28px;
  font-size: 16px;
}

.history-con:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: 0px;
}

.history-con:after {
  content: "";
  display: block;
  width: 1px;
  height: 9px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  bottom: 11px;
}

.history-con.cur .year {
  color: #fff;
  width: 77px;
  height: 77px;
  line-height: 77px;
  background: rgba(229, 0, 18, .75);
  border-radius: 100%;
  position: absolute;
  top: -53px;
  left: 50%;
  margin-left: -38.5px;
}

.history-con.cur .year:after {
  content: "";
  display: block;
  width: 109px;
  height: 109px;
  background: rgba(229, 0, 18, .25);
  border-radius: 100%;
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: -1;
}

.history-con.cur:before, .history-con.cur:after {
  background: #e50012;
}

.history-con.cur:after {
  height: 30px;
  z-index: 2;
}

.history-prev, .history-next {
  display: block;
  width: 11px;
  height: 21px;
  position: absolute;
  top: 70px;
}

.history-prev {
  left: -58px;
  background: url(../../images/swiper2-l.png) no-repeat center center;
}

.history-next {
  right: -58px;
  background: url(../../images/swiper2-r.png) no-repeat center center;
}

.history-main:before, .history-main:after {
  content: "";
  display: block;
  width: 26px;
  height: 24px;
  background: url(../../images/history-orn1.png) no-repeat center center;
  position: absolute;
  top: 125px;
}

.history-main:before {
  left: -103px;
}

.history-main:after {
  right: -103px;
}

.history-main .orn1, .history-main .orn2 {
  display: block;
  height: 1px;
  background: rgba(255, 255, 255, .3);
  position: absolute;
  top: 137px;
}

/*小*/
.history-info {
  width: 1000px;
  position: relative;
  margin: -151px auto 0;
  z-index: 2;
}

#history .swiper-wrapper {
  padding-bottom: 0;
}

.history-info .swiper-container .swiper-slide {
  padding: 0 10px;
}

.history-container {
  display: block;
  padding: 0 6.851851851851852% 0 41.6666%;
  background: #fff url(../../images/history-bg.jpg) no-repeat center center / cover;
  box-shadow: 0 4px 20px rgba(162, 162, 162, .24);
  position: relative;
}

.history-container .history-img {
  display: block;
  width: 38.7037037037037%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}

.history-container .history-block {
  padding: 61px 0 51px;
  min-height: 284px;
  font-size:16px;
  line-height:32px;
}

.history-block li {
  padding: 0 0 0 37px;
  line-height: 29px;
  color: #666666;
  position: relative;
  margin: 9px 0 0;
}

.history-block li:first-child {
  margin: 0px;
}

.history-block li:before {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #afafaf;
  position: absolute;
  left: 0px;
  top: 14px;
}

@media all and (max-width:1100px) {

  /*1024 * 768 */
  .auChonor-swiper .swiper-pagination {
    margin: .8rem 0 0;
  }

  .cat-about-history {
    padding: .5rem 0;
    background-size: cover;
  }

  .history-main {
    width: 100%;
    padding: 0px;
    margin: 1rem 0 0;
  }

  .history-con.cur .year {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-left: -25px;
    top: -33px;
  }

  .history-con.cur .year:after {
    width: 70px;
    height: 70px;
    top: -10px;
    left: -10px;
  }

  .history-info {
    margin: 1.2rem 0 0;
  }

  .history-info .swiper-container {
    padding: 0px 0 1rem;
  }
}

@media all and (max-width:1100px) {

  /*1024 * 768 */
  .Hnav .Hname {
    font-size: 14px;
  }

  .Hnav>li {
    margin: 0 0 0 .3rem;
  }

  .history-prev {
    left: 0px;
  }

  .history-next {
    right: 0px;
  }

  .history-info {
    width: 100%;
    padding: 0 4%;
  }
}

@media (max-width: 640px) {
  .history-container .history-img {
    width: 100%;
    height: auto;
    position: relative;
  }
}

@media (max-width: 640px) {
  .history-container .history-block {
    min-height: 0px;
    padding: 1rem 4%;
  }
}

@media (max-width: 640px) {
  .history-container {
    padding: 0px;
  }
}
/* 文旅 */
.travel-item{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.travel .travel-item:nth-of-type(odd) .gallery-text{
  left: 20%;
  right: inherit;
}
/* page */
.page-content{
	font-size:16px;
	line-height:32px;
	letter-spacing: 1px;
}
/* #ed1c24 */
@media(max-width:768px){
	body{
		padding-top:60px;
	}
	.menue-logo img{
		max-height:60px;
	}
	.about-history{
		padding:20px;
	}
	.home-pro-item img{
		max-height:200px;
		display:block;
		margin:auto;
	}
	.home-pro-des{
		height:200px;
		margin-top:0;
		margin-bottom:20px;
	}
	.gallery-top{
		height:300px;
	}
	.gallery-thumbs{
		height:100px;
	}
	.gallery-text{
		width:94%;
		right:3%;
		padding:15px;
	}
	.gallery-des{
		margin-top:10px;
		font-size:14px;
		line-height:24px;
		overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 3;
	}
	.banner-container .swiper-slide, .banner-container{
		height:300px !important;
	}
	.mouse{
		display:none;
	}
	.wine{
		margin-top:0;
	}
	.des-info{
		line-height:inherit;
		width:100px;
	}
	.page-content{
		padding:0 10px;
		z-index:-1;
	}
	#plv_8c1005c1e1f86cc8e7702d468b398854_8{
		z-index:-1;
	}
	
	.home-news-top{
		height:150px;
	}
	.footer-contact{
		text-align:center;
	}
	.copyright{
		line-height:32px;
	}
	#youku-playerBox,.page-content iframe{
		height:260px !important;
	}
}
@media(min-width:768px){
		#plv_8c1005c1e1f86cc8e7702d468b398854_8{
			width:50%;
			float:left;
			padding:0 15px;
		}
	}
#container{
	height:400px;
}
.info-title{
	background-color:#00a651;
	color:#fff;
	padding:5px 15px;
}
.info-content{
	font-size:14px;
	line-height:1.5em;
	padding:15px 10px;
}
.info-content a{
	color:#00a651 !important;
}
.footer .col-sm-2:nth-of-type(3) .footer-nav-item{
	width:50%;
	float:left;
}
.section1{
	font-size:16px;
	line-height:2em;
	background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../images/section1.jpg);
}
#view .top{
	position: fixed;
	top:0;
	left:0;
}
.section h3{
	color:#f00;
	margin-bottom:20px;
}
.bg-view{
	background-color:#fff;
	overflow:hidden;
}
#view .fp-next {
  /* right: 150px; */
  background: url(../../images/right_control.png) 50% no-repeat;
}

#view .fp-prev {
  /* left: 150px; */
  background: url(../../images/left_control.png) 50% no-repeat;
}

#view .fp-controlArrow {
  width: 100px;
  height: 100px;
  margin-top: -50px;
  border: 0 none;
}
h3.s2-text{
	position: absolute;
    top: 100px;
    z-index: 999;
    width: 100%;
	color:#fff;
}
#view .top{
	box-shadow: 0px 0px 10px #ccc;
}
.banner-product{
	margin-bottom:0;
}
.break-btn{
	width:20%;
	font-size:16px;
	text-align:center;
	line-height:40px;
}
.bread-active{
	background-color:#ed1c24;
	color:#fff;
	
}
.bread-pro{
	background-color:#f5f5f5;
	margin-bottom:30px;s
}
.zz img{
	max-height:40px;
}
/* 定制酒 */

.list-cus-title{
  font-size:24px;
}
.list-cus-brand{
  font-size:18px;
  padding: 10px 0;
}
.list-cus-des{
  line-height:24px;
  font-size: 16px;
  color: #888;
}
.btn-more{
  background-color: #ed1c24;
  color: #fff;
  font-size: 16px;
  padding: 5px 25px;
}
.list-cus{
    overflow:hidden;
}
.btn-cus{
  margin-top: 30px;

}
.btn-more:hover{
  background-color: #ba0b12;
  color: #ff0;
}
@media(max-width:768px){
	.list-product-img{
		height:180px;
	}
	 .pro-info{
		font-size:14px;
		padding:0;
	} 
	.list-product-name{
		padding:5px 0;
	}
	.break-btn{
		font-size:14px;
	}
}
/* 2019年7月11日10:15:24 */
@media(max-width:1440px){
	.about-history{
		padding:30px;
		overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:6;
	}
}
@media(width:1440px){
	.about-history{
		padding:40px;
	}
}
/* .home-video{
	background-color:#f7f7f7;
	overflow:hidden;
	padding:20px 0;
} */
.home-video .home-news-img,.home-video .home-news-top{
	height:150px;
}
#home-video{
	background-color:#f7f7f7;
	overflow:hidden;
	/* padding:20px 80px 20px 0; */
	background-image: url(../../images/h-video.jpg);
	 background-position: bottom left;
	  background-repeat: no-repeat;
	  background-size: cover;
}
.home-video{
	overflow:hidden;
	padding-top:50px;
}
.footer img{
	max-height:120px;
	}
@media(max-width:768px){
	.home-video{
		padding-top:0;
	}
	.about-history{
  -webkit-line-clamp:15;
	}
	#home-video{
		background:none;
	}
	#home-video .home-news-item:first-child{
		width:100%;
	}
	.video{
		width:100%;
	}
	
}
.video{
	width:100%;
	height:100vh;
}
.section-jz,.section-jxs,.section-jxg,.section-yylc,.section-sanyou,.zuiwo,.zuiwo2,.zuiwo3,.zuiwo4,.zuiwo5,
.zuiwo6,.section-san,.wall,.qiant,.jiuqi,.shuhua,.chenjin,.out{
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-jz{
background-image:url(../../images/jx1.jpg);
}
.section-jxs{
background-image:url(../../images/jx2.jpg);
}
.section-jxg{
background-image:url(../../images/jx3.jpg);
}
.bg-view{
	padding:20px;
	font-size:16px;
	line-height:2em;
	background-color:rgba(255,255,255,.8)
}
.section-jx2{
background-image:url(../../images/jiuxian.jpg);
}
.section-yylc{
	background-image:url(../../images/yylc.jpg);
}
.section-sanyou{
	background-image:url(../../images/sanyou.jpg);
}
.zuiwo{
	background-image:url(../../images/zuiwo.jpg);
}
.zuiwo2{
	background-image:url(../../images/zuiwo2.jpg);
}
.zuiwo3{
	background-image:url(../../images/zuiwo3.jpg);
}
.zuiwo4{
	background-image:url(../../images/zuiwo4.jpg);
}
.zuiwo5{
	background-image:url(../../images/zuiwo5.jpg);
}
.zuiwo6{
	background-image:url(../../images/zuiwo6.jpg);
}
.section-san{
	background-image:url(../../images/san.jpg);
}
.wall{
	background-image:url(../../images/wall.jpg);
}
.qiant{
	background-image:url(../../images/qt.jpg);
}
.jiuqi{
	background-image:url(../../images/jiuqi.jpg);
}
.shuhua{
	background-image:url(../../images/shuhua.jpg);
}
.chenjin{
	background-image:url(../../images/chenjin.jpg);
}
.out{
	background-image:url(../../images/out.jpg);
}
#show .fp-tableCell{
	vertical-align: bottom !important;
}
@media(max-width:768px){
	.section-jzgc{
		height:240px !important;
	}
	.section-jzgc .slide{
		height:240px !important;
	}
	.fp-tableCell{
		height:100% !important;
	}
}
#show .bg-view {
    padding: 10px;
    font-size: 12px;
    background-color: rgba(255,255,255,.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
}
.jiuqi .bg-view{
	width:400px !important;
}
.shuhua .bg-view{
	width:400px !important;
}

/* .section-san .bg-view,.jiuqi .bg-view,.shuhua .bg-view{
	width:100% !important;
} */
@media(max-width:768px){
	.section-jzgc{
		height:240px !important;
	}
	.section-jzgc .slide{
		height:240px !important;
	}
	.fp-tableCell{
		height:100% !important;
	}
	#show .bg-view {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
	overflow: hidden;
	height:170px;
}
.jiuqi .bg-view{
	width:400px !important;
}
.shuhua .bg-view{
	width:400px !important;
}
}
.margin-top-30{
	margin-top:30px;
}
.nav-shop{
	width:400px !important;
	left:-350px !important;
}
/* 2020年9月3日08:28:29 */
.jxy-vr,.sjc-vr{
	position: absolute;
	bottom:0;
	right:0;
}
/* 2021年04月26日20:22:21 */
.code-img img{
  width: 30px;
  margin-right: 5px;
}
.code-info img{
  max-height:150px;
}
.code-info{
	padding:15px 0;
}
.code-img{
  font-size: 18px;
}
.code-fa .fa{
  display: block;
  font-size: 22px !important;
}

.code-brand{
  overflow: hidden;
}
.code-t{
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  padding:8px 0;
}
.code-info{
  display: none;
}
.margin-top-60{
  margin-top: 60px;
}
.code-footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-bottom:15px;
  color:#6d6d6d;
}
.text-brand2{
	color:#00a651;
}