@charset "utf-8"

/* @font-face
{font-family: LexendLight;
src: url('Lexend-Light.ttf')}

 */
@font-face
{font-family: LexendMedium;
src: url('Lexend-Medium.ttf')}

@font-face
{font-family: LexendRegular;
src: url('Lexend-Regular.ttf')}

@font-face
{font-family: LexendSemiBold;
src: url('Lexend-SemiBold.ttf')}

/* @font-face
{font-family: LexendExtraLight;
src: url('Lexend-ExtraLight.ttf')} */

@font-face
{font-family: saintecolombebold;
src: url('saintecolombe-bold.otf')}

@font-face
{font-family: saintecolombemedium;
src: url('saintecolombe-medium.otf')}


@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.woff2?t=1705108683799') format('woff2'),
       url('iconfont/iconfont.woff?t=1705108683799') format('woff'),
       url('iconfont/iconfont.ttf?t=1705108683799') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: .16rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}




*{box-sizing:border-box;font-size: .16rem;color:#000;}
body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select,td,th,em,span,i,button,code{margin:0;padding:0;color:inherit;line-height: inherit; font-family:'LexendRegular', "microsoft yahei",'PingFang SC','PingFangMedium';/* font-size: inherit; */}
img{border:0;display: inline-block;max-width:100%;vertical-align: middle;height: auto;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none; }
a,p,span,i,em{ text-decoration:none; color:inherit;font-size: inherit;}
pre{word-break: break-word;}
:focus{outline:none!important;border-color:inherit;}
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after
{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
table{border-collapse:collapse;border-spacing:0;width:100%}
h3,h4,h5,h6{font-weight: normal;}
em,i{font-style:normal;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;}
input[type="button"]{border:none;}
textarea {  -webkit-appearance: none;}
.auto{margin:0 auto;max-width: 14.5rem;width: 94%;}
:hover{transition: all .2s;}
.img_hover_wrap{overflow: hidden;}
.img_hover{transition: all .3s;}
.img_hover:hover{transform: scale(1.05,1.05);}
.img_traslate{transition: all .3s;}
.img_traslate:hover{transform: translateY(-10px);}
.img_rotate{transition: all .3s;}
.img_rotate:hover{transform:rotate(-360deg);}
.bold{font-weight: bold;}
.normal{font-weight: normal!important;}
.center{text-align: center!important;}
.img{/* width: 100%; */display: block;    height: auto;}
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ele{position:relative;}
.ele:before,.ele:after{content:'';display: inline-block;vertical-align: middle;}
.ipt{display: block;border:none;}
.ipt_button{cursor: pointer;}
.item_scale .icon{transition: all .3s;}
.item_scale:hover .icon{transform: scale(1.08,1.08);}
.text-left{text-align: left!important;}
.text-right{text-align: right!important;}
.clamp{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;/* display: -ms-flexbox; */-webkit-box-orient: vertical;/*-webkit-line-clamp: 3;*/}
.clamp1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.clamp2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.clamp3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important; -webkit-box-orient: vertical;-webkit-line-clamp: 3;}
body{background: #fff;overflow-x: hidden;}
.item{}
.item .imgbox{display: block;overflow: hidden;}
.item .img{transition: all 1s;width: 100%;display: block;}
.item:hover .imgbox .img{transform: scale(1.1,1.1);}

.zoomimg{position:relative;overflow: hidden;height: 0;display: block;}
.zoomimg .img{display: block;position:absolute;width: 100%;height: 100%;left: 0;top: 0;}

.flipx .icon{transition: all .3s;}
.flipx:hover .icon{transform:scaleX(-1);}
.scale .icon{transition: all .3s;}
.scale:hover .icon{transform: scale(1.1,1.1);}

.underline{text-decoration: underline;}
label{-webkit-tap-highlight-color: rgba(255,0,0,0);}
.img_full{width: 100%;height: 100%;display: block;object-fit: cover;}

.flex{display: -webkit-box; display: -moz-box;display: -ms-flexbox; display: -webkit-flex; display: flex;}
.flex-align-start{align-items: flex-start;}
.flex-align-center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex-align-end{align-items: flex-end;}
.flex-pack-center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-pack-justify {-webkit-box-pack: justify;-webkit-justify-content: pace-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex-pack-start{justify-content: flex-start;}
.flex-pack-end{justify-content: flex-end;}
.flex-v {-webkit-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
.flex-w{flex-wrap:wrap;}
.flex-1{flex:1;overflow: hidden;}
.flex-11{flex:1;}
html{font-size: 5.2083vw;}

/* ::-webkit-input-placeholder{color:#999;}
:-moz-placeholder{color:#999;}
::-moz-placeholder{color:#999;}
:-ms-input-placeholder{color:#999;} */

.btn{font-size: 0.16rem;color:#fff;background-color: #000000;border:none;cursor: pointer;line-height: 0.58rem;border-radius:.29rem;min-width: 2rem;padding:0 .25rem;display: inline-block;vertical-align: middle;text-align: center;transition: all .3s;}
.btn:hover{background-color: #2b2b2b;}

/* 公共部分 */
.head{height: 1.1rem;background-color: #fff;position: sticky;width: 100%;left: 0;top: 0;z-index:100;}
.head .wrap{height: 100%;display: flex;align-items: center;justify-content: space-between;max-width: 15.55rem;}
.head .r{display: flex;align-items: center;}
.head.scroll{border-bottom:1px solid #efefef;}

.hd-logo .img{height: 1rem;width: auto;}

.hd-nav li{display: inline-block;vertical-align: middle;position: relative;margin:0 .3rem;height: 1.1rem;padding:.3rem 0 0;}
.hd-nav li>a{display: block;font-size: 0.16rem;color:#070707;line-height: .5rem;position: relative;}
.hd-nav li>a::after{content:'';height: .02rem;width: 0;background-color: #070707;position: absolute;left: 50%;bottom: 0;transition: all .3s;}
.hd-nav li.cur>a::after,.hd-nav li:hover>a::after{width: 100%;left: 0;}


.hd-nav li:hover .drop{opacity: 1;visibility: visible;transform: scaleY(1);}

.hd-nav .drop{width: 2rem;position: absolute;top: 1.1rem;left:50%;transform:scaleY(0);visibility: hidden;opacity: 0;transition: all .4s ease 0s;transform-origin: center top;background-color: #222222;margin-left: -1rem;}
.hd-nav .drop .lk{font-size: 0.15rem;color:#fff;line-height: 0.44rem;display: block;min-width: 25%;text-align: center;border-bottom:1px solid rgba(255,255,255,.15)}
.hd-nav .drop .lk:hover{opacity: .8;}
.hd-nav .drop .lk:last-child{border-bottom:none;}


.hd-sear{margin-left: 0.2rem;}
.hd-sear .icon{width: 0.3rem;height: 0.3rem;cursor: pointer;display: flex;align-items: center;justify-content: center;font-weight: bold;}
.hd-sear .icon::after{content:'\e651';font-size: 0.2rem;color:#070707;font-family: 'iconfont';}

.hd-sear-box{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background-color: rgba(0,0,0,.6);z-index:110;display: none;}
.hd-sear-box .box{max-width: 8rem;line-height: 0.6rem;width: 90%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background-color: #fff;border-radius:.1rem;display: flex;overflow: hidden;}
.hd-sear-box .ipt-txt{font-size: 0.16rem;color:#000;flex:1;overflow: hidden;padding:0 .2rem;}
.hd-sear-box .submit{width: 0.6rem;height: 0.6rem;border:none;cursor: pointer;background:url(../images/icon_01.png) no-repeat center;background-size:.26rem;margin-right: 0.05rem;}

.hd-lang{position: relative;margin-left: 0.35rem;}
.hd-lang .font{display: flex;align-items: center;cursor: pointer;text-transform: uppercase;}
.hd-lang .font i{font-size: 0.2rem;color:#070707;margin-right: 0.08rem;}
.hd-lang .font::after{content:'\e775';font-family: 'iconfont';margin-left: 0.07rem;font-size: 0.14rem;transform: rotate(90deg);font-weight: bold;}


.hd-lang .drop{position: absolute;width: 1.8rem;left: 50%;transform: translate(-50%,0);padding-top: 0.15rem;display: none;}
.hd-lang .dropbox{background-color: #fff;padding:.18rem 0 .08rem .15rem;position: relative;box-shadow:rgba(0, 0, 0, 0.25) 0 0 .1rem;display: flex;flex-wrap: wrap;max-height: 1.7rem;overflow-y: scroll;}
.hd-lang .lk{font-size: 0.15rem;margin-bottom: 0.12rem;display: flex;align-items: center;width: 50%;border-bottom:1px solid #efefef;text-transform: uppercase;}
.hd-lang .ic{width: 0.2rem;margin-right: 0.1rem;}
.hd-lang .lk:hover{font-weight: bold;}
.hd-lang:hover .drop{display: block;}



.foot{padding:.85rem 0;background-color: #181818;color:#ffffff;}
.foot .wrap{display: flex;justify-content: space-between;}
.foot .lbox{width: 43%;}
.foot .row{max-width: 4.6rem;}
.foot .row:not(:last-child){margin-bottom: 0.5rem;}
.foot .row .fz{font-size: 0.2rem;color:#ababab;margin-bottom: 0.12rem;}
.foot .row .font{font-size: 0.32rem;font-family: 'LexendSemiBold';}
.foot .row .wz{font-size: 0.2rem;line-height: 0.27rem;}
.foot .cbox{width: 22%}
.foot .tit{font-size: 0.3rem;font-weight: bold;line-height: 1.4;margin-bottom: 0.2rem;}
.foot .lks{}
.foot .lk{font-size: 0.16rem;line-height: 2;display: block;margin-bottom: 0.14rem;}
.foot .lk:hover{opacity: .85;text-decoration: underline;}

.foot .rbox{width: 24%;}
.foot .social{margin-top: 0.5rem;}
.foot .social a{display: inline-block;vertical-align: middle;margin-right: 0.25rem;font-size: 0.18rem;color:#fff;}
.foot .social a:last-child{margin-right: 0;}
.foot .social a:hover{opacity: .85;}




/* contact */
.inner-ban{position: relative;height: 5.55rem;}
.inner-ban .box{position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-50%);text-align: center;}
.inner-ban .title{font-size: 0.8rem;color:#fff;line-height: 1.2;font-family: 'saintecolombebold';}


.pub-tt{text-align: center;margin-bottom: 0.45rem;}
.pub-tt .bt{font-size: 0.52rem;font-weight: bold;}
.pub-tt .smtxt{font-size: 0.16rem;color:#4c4c4c;line-height: 0.24rem;max-width: 9.1rem;margin:.2rem auto 0;}

.lx-sec{padding:.8rem 0 .65rem;background-color: #f8f8f8;;}
.lx-sec .list{display: flex;justify-content: space-between;padding-top: 0.15rem;padding-top: 0.25rem;}
.lx-sec .list li{padding:.34rem .3rem;min-height: 2.3rem;border:1px solid #c2c2c2;border-radius:.19rem;width: 30%;text-align: center;}
.lx-sec .list .icon{height: 0.5rem;}
.lx-sec .list .fz{font-size: 0.2rem;color:#333333;margin-top: 0.2rem;}
.lx-sec .list .wz{font-size: 0.2rem;color:#000000;font-family: 'LexendSemiBold';line-height: 0.27rem;margin-top: 0.15rem;}


.lx-form{padding:.7rem 0 .55rem;}
.lx-form .detail{display: flex;align-items: center;justify-content: space-between;}
.lx-form .imgbox{width: 47%;border-radius:.26rem;overflow: hidden;}
.lx-form .form{width: 43%;}
.lx-form .titbox{}
.lx-form .titbox .bt{font-size: 0.69rem;color:#010101;font-weight: bold;line-height: 1;}
.lx-form .titbox .smwz{font-size: 0.16rem;color:#525252;margin-top: 0.13rem;}
.lx-form .box{padding:.2rem 0 0;}
.lx-form .item{margin-top: 0.25rem;}
.lx-form .ipt{border:1px solid #dddddd;border-radius:.06rem;font-size: 0.16rem;color:#333;width: 100%;}
.lx-form .ipt-txt{height: 0.68rem;line-height: 0.68rem;padding:0 .2rem;}
.lx-form .con{height: 1.84rem;padding:.18rem .2rem;resize:none;line-height: 1.4;}
.lx-form .submit{margin-top: 0.35rem;}


/* about */
.us-intro{padding:.6rem 0;}
.us-intro .detail{display: flex;align-items: center;justify-content: space-between;}
.us-intro .imgbox{width: 60%;max-width: 8.15rem;height: 6rem;border-radius:.26rem;overflow: hidden;}
.us-intro .info{width: 38%;padding-right: 0.25rem;}
.us-intro .title{font-size: 0.52rem;font-weight: bold;margin-bottom: 0.35rem;}
.us-intro .txt{font-size: 0.16rem;color:#333333;line-height: 0.28rem;}
.us-intro .txt p{margin-bottom: 0.07rem;}

.us-dyn{padding:.55rem 0 .65rem;background-color: #f8f8f8;}
.us-dyn .item .imgbox{border-radius:.2rem;height: 3.7rem;}
.us-dyn .item .title{font-size: 0.16rem;margin-top: 0.13rem;font-family: 'LexendMedium';text-align: center;}

.swiper-pagination{font-size: 0;position: static;margin-top: 0.6rem;}
.swiper-pagination-bullet{margin:0 .18rem!important;width: 0.14rem;height: 0.14rem;background-color: transparent;opacity: 1;border:1px solid #000000;}
.swiper-pagination-bullet-active{background-color: #000000;border-color:#000000;}


/* distillery */
.dist-sec{padding:1.2rem 0 .65rem;}
.dist-sec .item{display: flex;justify-content: space-between;margin-bottom: 1rem;align-items: center;}
.dist-sec .imgbox{border-radius:.3rem;height: 5.3rem;width: 50%;}
.dist-sec .info{width: 44%;}
.dist-sec .title{font-size: 0.39rem;color:#070707;font-weight: bold;margin-bottom: 0.25rem;line-height: 1.4;}
.dist-sec .txt{font-size: 0.16rem;color:#4c4c4c;line-height: 0.24rem;}
.dist-sec .txt p{margin-bottom: 0.18rem;}
.dist-sec .item:last-child{margin-bottom: 0;}

.dist-sec .item:nth-child(even){flex-direction: row-reverse;}

.dist-pics{padding:1.5rem 0 .75rem;background-color: #f8f8f8;}
.dist-pics .detail{display: flex;}
.dist-pics .lbox{width: 38%;max-width: 5.5rem;margin-right: 0.45rem;}
.dist-pics .rbox{flex:1;overflow: hidden;}
.dist-pics .item{height: 100%;border-radius:.2rem;height: 100%;position: relative;}
.dist-pics .item .imgbox{width: 100%;height: 100%;overflow: hidden;border-radius:.2rem;}
.dist-pics .item .title{text-align: center;font-size: 0.24rem;color:#fff;font-weight: bold;position: absolute;width: 100%;left: 0;bottom: 0.2rem;}
.dist-pics .item1{}
.dist-pics .item2,.dist-pics .item3{height: 3.6rem;flex:1;overflow: hidden;}
.dist-pics .item3{margin-left: 0.4rem;}
.dist-pics .item4{height: 4.75rem;margin-top: 0.4rem;}
.dist-pics .item4 .title{text-align: left;padding:0 .6rem;}

.dist-pics .item{overflow: hidden;}
	.dist-pics .item .box{position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 .3rem;
    transition: all .3s;}
	.dist-pics .item .box2{
		color:#fff;
		background-color: rgba(17, 46, 27, .6);
    	bottom: -100%;
	}
	.dist-pics .item .box2 .num{
		font-size: 0.36rem;
	}
	.dist-pics .item .box2 .txt{
		font-size: 0.2rem;
		margin-top: 0.2rem;
		text-align: center;
	}
	.dist-pics .detail .item:hover .box2 {
		bottom: 0;
	}

/* brand */
.pp-sec{padding:.65rem 0;background-color: #f8f8f8;}
.pp-sec .detail{padding:.45rem 0 0;}
.pp-sec .list{padding:0 .5rem;}
.pp-sec .list .item{display: flex;position: relative;padding:0 0 .55rem;margin-bottom: 0.1rem;}
.pp-sec .list .box{padding:0 .7rem;width: 50%;display: flex;flex-direction: column;position: relative;}
.pp-sec .list .date{font-size: 0.26rem;font-family: 'LexendSemiBold';}
.pp-sec .list .txt{font-size: 0.16rem;color:#4c4c4c;line-height: 0.24rem;font-family: 'LexendMedium';margin-top: 0.14rem;max-width: 5.1rem;}
.pp-sec .list .imgbox{width: 3.6rem;max-height: 2rem;border-radius:.2rem;overflow: hidden;margin-top: 0.2rem;}
.pp-sec .list .item:nth-child(odd){justify-content: flex-end;}
.pp-sec .list .item:nth-child(even) .box{align-items: flex-end;text-align: right;}
.pp-sec .list .item::after{content:'';position: absolute;left: 50%;width: 1px;background-color: #000000;top: .45rem;bottom: 0;}
.pp-sec .list .box::before{content:'';position: absolute;width: 0.42rem;height: 0.42rem;background:url(../images/pp_07.png) no-repeat center;background-size:contain;left: -.21rem;top: -.05rem;}
.pp-sec .list .item:nth-child(even) .box::before{left:auto;right: -0.21rem;}

.pp-sec .list .item:first-child::before,.pp-sec .list .item:last-child::before{content:'';width: 0.05rem;height: 0.05rem;background-color: #000000;border-radius:50%;position: absolute;left: 50%;margin-left: -0.02rem;}
.pp-sec .list .item:first-child::before{top: 0.4rem;}
.pp-sec .list .item:last-child::before{top: -0.14rem;}
.pp-sec .list .item:last-child::after{display: none;}


/* product */
.cp-main{padding:.6rem 0 .2rem;}
.cp-core{margin-bottom: 0.7rem;}
.cp-core .detail{position: relative;}
.cp-core .box{padding:0 1.5rem;position: absolute;width: 100%;left: 0;top: 50%;transform: translate(0,-40%);}
.cp-core .title{font-size: 0.53rem;font-weight: bold;line-height: 1.2;}
.cp-core .txt{font-size: 0.18rem;line-height: 0.26rem;max-width: 5.45rem;margin-top: 0.18rem;}
.cp-core .more{margin-top: 0.5rem;}

.cp-menu{display: flex;justify-content: space-around;border-bottom:1px solid #f4f4f4;margin-bottom: 0.55rem;}
.cp-menu .lk{font-size: 0.2rem;color:#2e2e2e;line-height: 0.7rem;display: inline-block;vertical-align: middle;padding:0 .2rem;position: relative;}
.cp-menu .lk::after{content:'';position: absolute;left: 50%;bottom: 0;height: 0.04rem;background-color: #2e2e2e;width: 0;transition: all .3s;}
.cp-menu .lk.cur{font-family: 'LexendSemiBold';}
.cp-menu .lk.cur::after,.cp-menu .lk:hover::after{width: 100%;left: 0;}


.cp-list{display: flex;flex-wrap: wrap;margin-left: -3%;margin-top: -5%;}
.cp-list .item{width: 30.3%;margin:5% 0 0 3%;}
.cp-list .imgbox{background-color: #f4f4f4;border-radius:.2rem;background-color: #f4f4f4;}
.cp-list .title{font-size: 0.16rem;color:#323232;margin-top: 0.18rem;font-family: 'LexendMedium';text-align: center;line-height: 1.4;}
.cp-list .item:hover .title{font-weight: bold;}



.pagelist{margin-top: 0.65rem;text-align: center;}
.layui-laypage{margin: 0;}
.layui-laypage a, .layui-laypage span{font-size: 0.16rem;color:#9a9a9a;min-width: 0.32rem;height: 0.32rem;background-color: transparent;margin:0 .05rem;line-height: 0.32rem;text-align: center;padding: 0;overflow: hidden;border:none!important;border-radius:.14rem;}

.layui-laypage .layui-laypage-prev,.layui-laypage .layui-laypage-next{padding:0 .1rem;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background-color: #000000;}
.layui-laypage a:hover{color:#000000;}
.layui-laypage .layui-laypage-skip{background-color: #fff;height: 0.32rem;line-height: 0.32rem;color:#333;}
.layui-laypage .layui-laypage-curr em{display: block;line-height: 0.32rem;}




/* productDetail */
.cp-top{display: flex;justify-content: space-between;align-items: center;margin-top: 1.1rem;}
.cp-top .slide{width: 56%;display: flex;max-width: 7.8rem;}

.cp-top .slide1{width: 1.4rem;margin-right: 0.25rem;position: relative;}
.cp-top .slide1 .swiper-container{height: 6.05rem;}
.cp-top .slide1 .item{/* height: 0.8rem; */border:1px solid #e0e0e0;border-radius:.08rem;overflow: hidden;height: 100%;}


.cp-top .slide2{flex:1;overflow: hidden;position: relative;border-radius:.2rem;}
.cp-top .slide2 .item{height: 6.05rem;display: flex;align-items: center;justify-content: center;}
.cp-top .slide2 .item .img{display: block;}

.cp-top .slide1 .swiper-slide-thumb-active .item{border-color:#000;}


.cp-top .swiper-button{width: 0.44rem;height: 0.44rem;background-size:.12rem;border-radius:50%;/* background-color: rgba(146,206,53,.6); */margin-top: -0.22rem;background-color: #000;}
.cp-top .swiper-button:hover{background-color: #fa9e0c;}
.cp-top .swiper-button-prev{left: 0.6rem;}
.cp-top .swiper-button-next{right: 0.6rem;}


.cp-top .info{width: 40%;}
.cp-top .title{font-size: 0.53rem;font-weight: bold;line-height: 1.3;}
.cp-top .txt{font-size: 0.18rem;color:#000000;line-height: 0.26rem;margin-top: 0.25rem;margin-bottom: 0.3rem;}
.cp-top .txt p{font-size: 0.18rem;color: #444444;line-height: 0.42rem;}
.cp-top .fz{font-size: 0.18rem;color:#444444;line-height: 0.42rem;}
.cp-top .anniu{margin-top: 0.9rem;}


.cp-xq{padding:1rem 0 .5rem 1.65rem;}
.cp-xq .bt{font-size: 0.44rem;font-weight: bold;}
.cp-xq .edit{font-size: 0.18rem;line-height: 1.5;margin-top: 0.2rem;margin-bottom: 0.85rem;}

.cp-xq .list{display: flex;flex-wrap: wrap;margin-top: 0.55rem;}
.cp-xq .list .item{text-align: center;width: 25%;}
.cp-xq .list .imgbox{width: 2.28rem;height: 2.28rem;border-radius:50%;display: block;margin:0 auto;}
.cp-xq .list .title{font-size: 0.24rem;margin-top: 0.23rem;font-family: 'LexendSemiBold';}
.cp-xq .list .txt{font-size: 0.16rem;line-height: 0.24rem;margin: 0.12rem auto 0;max-width: 2.6rem;}





/* index */
.idx-ban{position: relative;}
.idx-ban .item{height: calc(100vh - 1.1rem);overflow: hidden;position: relative;}
.idx-ban .box{position: absolute;width: 100%;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index:80;}
.idx-ban .info{padding:0 .8rem;}
.idx-ban .title{font-size: 0.68rem;color:#fff;line-height: 1.4;font-family: 'saintecolombebold';}
.idx-ban .txt{font-size: 0.2rem;color:#fff;line-height: 1.6;margin-top: 0.15rem;max-width: 5.4rem;}






.idx-ban .swiper-pagination{position: absolute;bottom: 1rem!important;z-index:20;margin: 0;}
.idx-ban .swiper-pagination-bullet{background-color: #fff;margin:0 .1rem!important;}
.idx-ban .swiper-pagination-bullet-active{width: 0.44rem;border-radius:.1rem;}



.idx-us{padding:.5rem 0 .8rem;}
.idx-us .detail{display: flex;align-items: center;justify-content: space-between;}
.idx-us .imgbox{border-radius:.3rem;height: 5.5rem;width: 55%;max-width: 8rem;overflow: hidden;}
.idx-us .info{width: 38%;}
.idx-us .title{font-size: 0.52rem;font-weight: bold;line-height: 1.3;}
.idx-us .txt{font-size: 0.16rem;line-height: 0.24rem;margin-top: 0.2rem;}
.idx-us .more{margin-top: 0.85rem;}

.idx-cp{padding:.5rem 0 .85rem;background-color: #f9f9f9;}
.idx-cp .item{display: block;}
.idx-cp .item .imgbox{height: 5.3rem;margin:0 auto;display: flex;align-items: center;justify-content: center;}
.idx-cp .item .imgbox .pic{height: 100%;width: auto;transition: all .3s;}
.idx-cp .item .title{font-size: 0.16rem;color:#323232;margin-top: 0.2rem;text-align: center;}
.idx-cp .item:hover .pic{transform: scale(1.05,1.05);}
.idx-cp .item:hover .title{color:#000;font-weight: bold;}

.idx-cp .swiper-pagination{display: none;}
.idx-cp .swiper-slide{transform: scale(.75,.75);}
.idx-cp .swiper-slide-active{transform: scale(1,1);}
.idx-cp .swiper-slide-active .imgbox{background:url(../images/idx_12.png) no-repeat center bottom;background-size:90%;}
.idx-cp .swiper-button{width: 0.7rem;height: 0.7rem;background:url(../images/idx_13.png) no-repeat center;background-size:contain;cursor: pointer;margin-top: -0.35rem;}
.idx-cp .swiper-button-next{transform: rotate(180deg);}
.idx-cp .swiper-button:hover{background-image:url(../images/idx_13-1.png)}



.idx-dist{padding:1.1rem 0;}
.idx-dist .entxt{font-size: 0.54rem;color:#070707;opacity: .1;writing-mode: vertical-lr;position: absolute;left: 45%;top: 0;font-family: 'saintecolombemedium';}
.idx-dist .detail{display: flex;justify-content: space-between;align-items: flex-start;position: relative;}
.idx-dist .col{width: 43%;display: flex;flex-direction: column;}
.idx-dist .imgbox{border-radius:.26rem;height: 7rem;overflow: hidden;}
.idx-dist .info{}
.idx-dist .title{font-size: 0.52rem;font-weight: bold;line-height: 1.3;}
.idx-dist .txt{font-size: 0.16rem;color:#4c4c4c;line-height: 0.24rem;margin-top: 0.35rem;max-width: 4.8rem;}
.idx-dist .more{display: inline-block;vertical-align: middle;margin-top: 0.55rem;font-size: 0.16rem;color:#202020;position: relative;line-height: 0.5rem;}
.idx-dist .more::after{content:'';position: absolute;left: 0;bottom: 0;width: 0.18rem;height: 0.02rem;background-color: #202020;}

.idx-dist .col1 .info{padding:.75rem 0 0 .35rem;}
.idx-dist .col2{flex-direction: column-reverse;}
.idx-dist .col2 .info{padding:.4rem 0 .8rem;}


.idx-sp{margin-bottom: 1.1rem;}
.idx-sp .videobox{height: 7.6rem;overflow: hidden;position:relative;border-radius:.38rem;}
.idx-sp .videobox .shade{position:absolute;width: 100%;height: 100%;left: 0;top: 0;cursor: pointer;z-index:1;}
.idx-sp .videobox .posterimg{width: 100%;display: block;height: 100%;object-fit: cover;}
.idx-sp .videobox .video{width: 100%;height: 100%;}

.idx-sp .videobox .info{position:absolute;width: 100%;left: 0;top: 50%;cursor: pointer;z-index:2;padding:0 0 0 1.2rem;transform: translate(0,-50%);}
.idx-sp .videobox .playicon{width: 0.95rem;}
.idx-sp .videobox .title{font-size: 0.48rem;color:#fff;font-weight: bold;line-height: 1.3;margin-top: 0.4rem;max-width: 5.8rem;}
.idx-sp .videobox .txt{font-size: 0.16rem;color:#fff;line-height: 0.28rem;margin-top: 0.5rem;max-width: 5rem;}


.idx-tour{padding:1rem 0 .8rem;background:url(../images/idx_10.jpg) no-repeat center;background-size:cover;}
.idx-tour .detail{position: relative;}
.idx-tour .slide1 .item{display: flex;align-items: flex-start;}
.idx-tour .slide1 .imgbox{border-radius:.26rem;margin-right: 5%;height: 8.05rem;width: 49%;}
.idx-tour .slide1 .info{flex:1;overflow: hidden;padding-left: 6%;}
.idx-tour .slide1 .title{font-size: 0.52rem;font-weight: bold;line-height: 1.3;margin-bottom: 0.35rem;margin-top: 0.6rem;}
.idx-tour .slide1 .txt{font-size: 0.16rem;color:#4c4c4c;line-height: 0.28rem;-webkit-line-clamp: 9;}
.idx-tour .slide1 .more{margin-top: 0.5rem;}

.idx-tour .slide2{position: absolute;left: 54%;right: 0;bottom: 0;}
.idx-tour .slide2 .item{height: 1.4rem;border-radius:.1rem;overflow: hidden;}
.idx-tour .slide2 .item:hover .img{transform: scale(1.1,1.1);}

.idx-tour .swiper-pagination{display: none;}




.idx-global{padding:.6rem 0 0;background-color: #f9f9f9;}
.idx-global .wrap{width: 90%;margin:0 auto;max-width: 16rem;}
.idx-global .pic{width: 100%;}

/* news-list */
.coll-list {
	display: flex;
	flex-wrap: wrap;
	margin: -.6rem 0 0 -2%;
}
.coll-list .item {
	width: 31.3%;
	margin: .6rem 0 0 2%;
}
.coll-list .imgbox {
	height: 3.65rem;
	display: block;
}
.coll-list .title {
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.26rem;
	padding: 0 .15rem;
	margin-top: 0.22rem;
}
/* news-detail */
.lx-sec .top {
	padding: .25rem 0;
	text-align: center;
	border-bottom: 1px dashed #c6c6c6;
}
.lx-sec .title {
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 1.3;
}
.lx-sec .sm {
	font-size: 0.14rem;
	margin-top: 0.25rem;
}
.lx-sec .sm span {
	margin: 0 .28rem;
}
.lx-sec .edit {
	padding: .3rem 0 .7rem;
	font-size: 0.16rem;
	color: #545454;
	line-height: 0.24rem;
}
.lx-sec .edit p ,.lx-sec .edit strong ,.lx-sec .edit span{font-size: inherit;font-family: inherit;}


@media screen and (min-width:992px) and (max-width:1199px){
	.auto{width: 10.5rem;}
	html{font-size: 5.5rem!important;}

	/* 公共部分 */
	.head .wrap{width: 100%;padding:0 2%;}
	.hd-logo .img{height: 0.55rem;}

	.hd-nav li{margin:0 .23rem;}

	/* product */
	.cp-core .box{padding:0 1rem;}
	.cp-core .txt{font-size: 0.2rem;}

	/* productDetail */
	.cp-top .title{font-size: 0.46rem;}

	/* index */
	.idx-cp .swiper-slide-active .imgbox{background-position:center;}

	.idx-tour .slide1 .info{padding-left: 0;}
	.idx-tour .slide1 .title{margin-top: 0;}


}

@media screen and (min-width:768px) and (max-width:991px){
	.auto{padding:0 3%;width: 100%;}
	html{font-size: 6.2rem!important;}

	.sj-menu{position:absolute;right: 2%;top: 50%;width: .4rem;height: .4rem;margin-top: -0.2rem;display: flex;align-items: center;justify-content: center;}
	.sj-menu::after{content:'\e790';font-family: 'iconfont';font-size: 0.3rem;color:#000;}
	.sj-menu.close::after{content:'\eca0';font-size: 0.28rem;}


	/* 公共部分 */
	.head{height: .9rem;}
	.head .r{margin-right: 0.55rem;}
	.hd-logo .img{height: 0.7rem;}

	.hd-sear{}
	.hd-sear .icon{width: 0.28rem;height: 0.28rem;background-size: .24rem;}
	.hd-sear .icon::after{font-size: 0.22rem;}


	.hd-lang .font{font-size: 0.16rem;}
	.hd-lang .font .ico{width: 0.3rem;}
	.hd-lang .font i{font-size: 0.22rem;}
	.hd-lang .drop{width: .9rem;}

	.hd-nav{position: fixed;width: 100%;left: 0;top: 0.9rem;bottom: 0;overflow-y: scroll;background-color: #fff;display: none;overflow-x: hidden;}
	.hd-nav li{display: block;margin: 0;border-bottom:1px solid #efefef;position: relative;padding: 0;height: auto;}
	.hd-nav li>a{font-size: 0.18rem;line-height: 0.7rem;padding:0 4%;color:#222;}
	.hd-nav li>a::after{display: none;}
	.hd-nav li.has>a::after{display: none;}


	.hd-nav .arrow{position: absolute;right: 0;top: 0;width: 0.7rem;height: 0.7rem;display: flex;align-items: center;justify-content: center;}
	.hd-nav .arrow::after{content:'\e772';font-family: 'iconfont';font-size: 0.26rem;color:#000;}
	.hd-nav .arrow.this::after{transform: rotate(180deg);}
	.hd-nav .drop{opacity: 1;visibility: visible;transform: scaleY(1);width: 100%;position: static;background-color: transparent;padding: 0;display: none;margin-left: 0;}
	.hd-nav .drop .lk{color:#222;line-height: 0.5rem;border-top:1px solid #efefef;padding:0 4% 0 6%;text-align: left;font-size: 0.16rem;}


	.foot{padding:.6rem 0;}
	.foot .wrap{display: block;}
	.foot .lbox,.foot .cbox,.foot .rbox{width: 100%;}
	.foot .row{max-width: 100%;}
	.foot .row:not(:last-child){margin-bottom: 0.3rem;}
	.foot .row .fz{font-size: 0.15rem;margin-bottom: 0.08rem;}
	.foot .row .font{font-size: 0.22rem;}
	.foot .row .wz{font-size: 0.18rem;}

	.foot .cbox{margin-top: 0.3rem;}
	.foot .rbox{margin-top: 0.3rem;}
	.foot .tit{font-size: 0.26rem;margin-bottom: 0.1rem;}
	.foot .lks{margin-left: -0.2rem;}
	.foot .lk{display: inline-block;vertical-align: middle;margin-left: 0.2rem;}
	.foot .social{margin-top: 0.3rem;}



	/* contact */
	.inner-ban{height: 4rem;}
	.inner-ban .title{font-size: 0.54rem;}


	.pub-tt .bt{font-size: 0.4rem;}


	.lx-sec .list{flex-wrap: wrap;justify-content: center;padding-top: 0;}
	.lx-sec .list li{padding: 0;min-height: auto;padding: .3rem .15rem;width:50%;border:none;}

	.lx-form .titbox{text-align: center;}
	.lx-form .titbox .bt{font-size: 0.54rem;}
	.lx-form .imgbox{display: none;}
	.lx-form .form{width: 100%;}
	.lx-form .submit{margin-left: 50%;transform: translate(-50%,0);}


	/* about */
	.us-intro .detail{flex-direction: column-reverse;}
	.us-intro .imgbox{width: 100%;max-width: 100%;height: auto;margin-top: 0.3rem;}
	.us-intro .info{width: 100%;padding: 0;}
	.us-intro .title{font-size: 0.4rem;margin-bottom: 0.2rem;}

	.us-dyn .item .imgbox{height: 3rem;}


	.swiper-pagination{margin-top: 0.45rem;}
	.swiper-pagination-bullet{margin:0 .1rem!important;}

	/* distillery */
	.dist-sec{padding:.8rem 0 .6rem;}
	.dist-sec .item{display: block;margin-bottom: 0.7rem;}
	.dist-sec .imgbox{width: 100%;height: auto;border-radius:.12rem;}
	.dist-sec .info{width: 100%;margin-top: 0.25rem;}
	.dist-sec .title{font-size: 0.34rem;margin-bottom: 0.15rem;}

	.dist-pics{padding:.8rem 0;}
	.dist-pics .lbox{margin-right: 0.15rem;}

	.dist-pics .item{border-radius:.1rem;}
	.dist-pics .item .imgbox{border-radius:.1rem;}
	.dist-pics .item .title{font-size: 0.2rem;font-weight: normal;bottom: 0.15rem;}

	.dist-pics .item2, .dist-pics .item3{height: 2.2rem;}
	.dist-pics .item3{margin-left: 0.15rem;}
	.dist-pics .item4{margin-top: 0.15rem;height: 3rem;}
	.dist-pics .item4 .title{padding:0 .2rem;}



	/* brand */
	.pp-sec{padding:.65rem 0 .4rem;}
	.pp-sec .detail{padding-top: 0.2rem;}
	.pp-sec .list{padding: 0;}
	.pp-sec .list .imgbox{width: 100%;}

	.pp-sec .list .box{padding:0 0 0 .6rem;}
	.pp-sec .list .item:nth-child(even) .box{padding:0 .6rem 0 0;}


	/* product */
	.cp-core .box{padding:0 .5rem;}
	.cp-core .title{font-size: 0.4rem;}
	.cp-core .more{margin-top: 0.3rem;}

	.cp-menu{margin-bottom: .35rem;}
	.cp-menu .lk{padding:0 .1rem;font-size: 0.19rem;}

	.cp-list .item{width: 47%;}



	.pagelist{margin-top: 0.5rem;}




	/* productDetail */
	.cp-top{display: block;margin-top: 0.6rem;}
	.cp-top .detail{display: block;}
	.cp-top .slide{width: 100%;}
	.cp-top .slide1{width: 1rem;margin: 0 0.3rem 0 0;}
	.cp-top .slide1 .swiper-container{height: 5rem;}

	.cp-top .slide2 .item{height: 5rem;}

	.cp-top .info{width: 100%;margin-top: 0.3rem;}
	.cp-top .title{font-size: 0.25rem;}
	.cp-top .txt{font-size: 0.18rem;min-height: auto;margin-top: 0.1rem;}
	.cp-top .anniu{margin-top: 0.4rem;min-width: 2rem;}


	.cp-xq{padding:.6rem 0 0;}
	.cp-xq .bt{font-size: 0.4rem;text-align: center;}
	.cp-xq .edit{margin-bottom: 0.6rem;}
	.cp-xq .list{padding-top: 1px;margin-top: 0;}
	.cp-xq .list .item{width: 50%;margin-top: 0.4rem;}
	.cp-xq .list .imgbox{width: 2rem;height: 2rem;}


	/* index */
	.idx-ban .item{height: 5.5rem;}
	.idx-ban .info{padding: 0;}
	.idx-ban .title{font-size: 0.46rem;}
	.idx-ban .swiper-pagination{bottom: 0.7rem!important;}
	.idx-ban .swiper-pagination-bullet-active{width: 0.34rem;}


	.idx-us .detail{flex-direction: column-reverse;}
	.idx-us .imgbox{width: 100%;max-width: 100%;height: auto;margin-top: 0.3rem;border-radius:.2rem;}
	.idx-us .info{width: 100%;}
	.idx-us .title{font-size: 0.4rem;}
	.idx-us .more{margin-top: 0.5rem;}

	.idx-cp .swiper-slide{transform: scale(1,1);}
	.idx-cp .swiper-slide-active .imgbox{background-position:center;background-size: contain;}

	.idx-dist{padding:.6rem 0;}
	.idx-dist .detail{display: block;}
	.idx-dist .entxt{display: none;}
	.idx-dist .col{width: 100%;flex-direction: row;}
	.idx-dist .imgbox{height: 5rem;}
	.idx-dist .title{font-size: 0.42rem;}
	.idx-dist .txt{margin-top: 0.2rem;}
	.idx-dist .col2{flex-direction: row-reverse;}


	.idx-sp{margin-bottom: 0.6rem;}
	.idx-sp .videobox{height: 4.6rem;border-radius: 0.2rem;}
	.idx-sp .videobox .playicon{width: .6rem;}
	.idx-sp .videobox .title{font-size: 0.34rem;margin-top: 0.25rem;}
	.idx-sp .videobox .txt{margin-top: 0.25rem;}
	.idx-sp .videobox .info{padding:0 .5rem;}

	.idx-tour{padding:.6rem 0;}
	.idx-tour .slide2{display: none;}
	.idx-tour .slide1 .item{display: block;}
	.idx-tour .slide1 .imgbox{border-radius:.16rem;width: 100%;margin:0;height: 4rem;}
	.idx-tour .slide1 .info{padding: 0;}
	.idx-tour .slide1 .title{margin:.3rem 0 .25rem;font-size: 0.4rem;}


	.idx-global .wrap{width: 100%;}


}

@media screen and (min-width:320px) and (max-width:767px){
	.auto{padding:0 4%;width: 100%;}
	html{font-size: 6.2rem!important;}


	.sj-menu{position:absolute;right: 3%;top: 50%;width: .3rem;height: .3rem;margin-top: -0.15rem;display: flex;align-items: center;justify-content: center;}
	.sj-menu::after{content:'\e790';font-family: 'iconfont';font-size: 0.28rem;color:#000;}
	.sj-menu.close::after{content:'\eca0';font-size: 0.26rem;}


	/* 公共部分 */
	.head{height: .7rem;}
	.hd-logo .img{height: 0.38rem;}
	.head .r{margin-right: 0.46rem;}

	.hd-sear .icon{width: 0.28rem;height: 0.28rem;background-size: .24rem;}
	.hd-sear .icon::after{font-size: 0.2rem;}
	.hd-sear-box .box{line-height: 0.5rem;border-radius:.08rem;}
	.hd-sear-box .submit{width: 0.5rem;height: 0.5rem;}

	.hd-lang{margin-left: 0.2rem;}
	.hd-lang .font{font-size: 0.15rem;}
	.hd-lang .drop{width: .9rem;}
	.hd-lang .lk{font-size: 0.14rem;}

	.hd-lang .font::after{font-size: .14rem;}

	.hd-nav{position: fixed;width: 100%;left: 0;top: 0.7rem;bottom: 0;overflow-y: scroll;background-color: #fff;display: none;overflow-x: hidden;}
	.hd-nav li{display: block;margin: 0;border-bottom:1px solid #efefef;position: relative;padding: 0;height: auto;}
	.hd-nav li>a{font-size: 0.17rem;line-height: 0.6rem;padding:0 4%;font-weight: normal;color:#222;}


	.hd-nav .arrow{position: absolute;right: 0;top: 0;width: 0.6rem;height: 0.6rem;display: flex;align-items: center;justify-content: center;}
	.hd-nav .arrow::after{content:'\e772';font-family: 'iconfont';font-size: 0.22rem;color:#000;}
	.hd-nav .arrow.this::after{transform: rotate(180deg);}
	.hd-nav .drop{opacity: 1;visibility: visible;transform: scaleY(1);width: 100%;position: static;background-color: transparent;padding: 0;display: none;margin-left: 0;}
	.hd-nav .drop .lk{color:#000;line-height: 0.5rem;border-top:1px solid #efefef;padding:0 5% 0 7%;text-align: left;}



	.foot{padding:.5rem 0;}
	.foot .wrap{display: block;}
	.foot .lbox,.foot .cbox,.foot .rbox{width: 100%;}
	.foot .row{max-width: 100%;}
	.foot .row:not(:last-child){margin-bottom: 0.25rem;}
	.foot .row .fz{font-size: 0.14rem;margin-bottom: 0.08rem;}
	.foot .row .font{font-size: 0.2rem;}
	.foot .row .wz{font-size: 0.16rem;}

	.foot .cbox{margin-top: 0.25rem;}
	.foot .rbox{margin-top: 0.25rem;}
	.foot .tit{font-size: 0.22rem;margin-bottom: 0.15rem;}
	.foot .lks{margin-left: -0.2rem;}
	.foot .lk{display: inline-block;vertical-align: middle;margin-left: 0.2rem;font-size: 0.15rem;line-height: 0.26rem;}
	.foot .social{margin-top: 0.25rem;}


	.btn{line-height: 0.52rem;min-width: 1.7rem;}


	/* contact */
	.inner-ban{height: 2.8rem;}
	.inner-ban .title{font-size: 0.38rem;}

	.pub-tt{margin-bottom: 0.3rem;}
	.pub-tt .bt{font-size: 0.3rem;}
	.pub-tt .smtxt{font-size: 0.15rem;line-height: 1.4;margin-top: 0.1rem;}


	.lx-sec{padding:.5rem 0;}
	.lx-sec .list{padding-top: 0;display: block;}
	.lx-sec .list li{padding: 0;min-height: auto;padding: .2rem .3rem;width:100%;border:none;}
	.lx-sec .list .icon{height: 0.4rem;}
	.lx-sec .list .fz{font-size: 0.18rem;margin-top: 0.15rem;}
	.lx-sec .list .wz{font-size: 0.18rem;margin-top: 0.1rem;line-height: 1.4;}

	.lx-form{padding:.5rem 0;}
	.lx-form .detail{display: block;}
	.lx-form .titbox{text-align: center;}
	.lx-form .titbox .bt{font-size: 0.3rem;}
	.lx-form .imgbox{display: none;}
	.lx-form .form{width: 100%;}
	.lx-form .box{padding-top: 0;}
	.lx-form .item{margin-top: 0.15rem;}
	.lx-form .ipt-txt{height: 0.52rem;line-height: 0.52rem;padding:0 .15rem;}
	.lx-form .con{height: 1.4rem;padding: 0.12rem 0.15rem;}
	.lx-form .submit{margin-left: 50%;transform: translate(-50%,0);}



	/* about */
	.us-intro{padding:.5rem 0;}
	.us-intro .detail{flex-direction: column-reverse;}
	.us-intro .imgbox{width: 100%;max-width: 100%;height: auto;margin-top: 0.2rem; border-radius: 0.16rem;}
	.us-intro .info{width: 100%;padding: 0;}
	.us-intro .title{font-size: 0.3rem;margin-bottom: 0.15rem;}
	.us-intro .txt{line-height: 1.6;}

	.us-dyn{padding:.5rem 0;}
	.us-dyn .item .imgbox{height: 3rem;border-radius:.12rem;}

	.swiper-pagination{margin-top: 0.35rem;}
	.swiper-pagination-bullet{margin:0 .07rem!important;width: 0.1rem;height: 0.1rem;}


	/* distillery */
	.dist-sec{padding:.5rem 0 .3rem;}
	.dist-sec .item{display: block;margin-bottom: 0.5rem;}
	.dist-sec .imgbox{width: 100%;height: auto;border-radius:.12rem;}
	.dist-sec .info{width: 100%;margin-top: 0.25rem;}
	.dist-sec .title{font-size: 0.26rem;margin-bottom: 0.1rem;}

	.dist-pics{padding:.5rem 0;}
	.dist-pics .detail{display: block;}
	.dist-pics .lbox{margin-right: 0;width: 100%;max-width: 100%;}
	.dist-pics .rbox .flex{display: block;}

	.dist-pics .item{border-radius:.1rem;}
	.dist-pics .item .imgbox{border-radius:.1rem;}
	.dist-pics .item .title{font-size: 0.2rem;font-weight: normal;bottom: 0.18rem;}

	.dist-pics .item1{height: 2.6rem;margin-bottom: 0.15rem;}
	.dist-pics .item2{margin-bottom: 0.15rem;}
	.dist-pics .item2, .dist-pics .item3{height: 2.6rem;}
	.dist-pics .item3{margin-left: 0;}
	.dist-pics .item4{margin-top: 0.15rem;height: 2.6rem;}
	.dist-pics .item4 .title{padding:0;text-align: center;}


	/* brand */
	.pp-sec{padding:.5rem 0 .4rem;}
	.pp-sec .detail{padding-top: 0.2rem;}
	.pp-sec .list{padding: 0;}
	.pp-sec .list .imgbox{width: 100%;border-radius:.1rem;}

	.pp-sec .list .box{padding:0 0 0 .5rem!important;width: 100%;}
	.pp-sec .list .box::before{width: 0.3rem;height: 0.3rem;left: 0;top: 0;}
	.pp-sec .list .date{font-size: 0.22rem;}

	.pp-sec .list .item{padding-bottom: 0.3rem;}
	.pp-sec .list .item::after{left: .15rem;}
	.pp-sec .list .item:first-child::before, .pp-sec .list .item:last-child::before{left: 0.13rem;margin-left: 0;}
	.pp-sec .list .item:nth-child(even) .box{align-items: flex-start;text-align: left;}
	.pp-sec .list .item:nth-child(even) .box::before{left:0;right:auto;}


	/* product */
	.cp-main{padding:.5rem 0 0;}

	.cp-core{margin-bottom: 0.3rem;}
	.cp-core .detail{height: 3rem;}
	.cp-core .box{padding:0 .25rem;}
	.cp-core .title{font-size: 0.2rem;}
	.cp-core .txt{font-size: 0.16rem;line-height: 1.4;margin-top: 0.1rem;}
	.cp-core .more{margin-top: 0.2rem;}

	.cp-menu{margin-bottom: .3rem;white-space: nowrap;overflow-x: scroll;display: block;width: 104%;}
	.cp-menu::-webkit-scrollbar{ display: none;}
	.cp-menu .lk{padding:0 .1rem;font-size: 0.18rem;margin:0 .25rem 0 0;line-height: 0.55rem;}
	.cp-menu .lk::after{height: 0.03rem;}

	.cp-list{margin:-.3rem 0 0;justify-content: space-between;}
	.cp-list .item{width: 47%;margin:.3rem 0 0;}
	.cp-list .imgbox{border-radius:.12rem;}
	.cp-list .title{margin-top: 0.14rem;}

	.pagelist{margin-top: 0.35rem;}
	.layui-laypage .layui-laypage-curr em{line-height: 0.3rem;}
	.layui-laypage a, .layui-laypage span{font-size: 0.16rem;min-width: 0.3rem;height: 0.3rem;line-height: 0.3rem;}



	/* productDetail */
	.cp-top{display: block;margin-top: 0.6rem;}
	.cp-top .detail{display: block;}
	.cp-top .slide{width: 100%;padding:0;flex-direction: column-reverse;max-width: 100%;}
	.cp-top .slide1{width: 100%;margin:.15rem 0 0;}
	.cp-top .slide1 .item{height: 0.7rem;}
	.cp-top .slide1 .swiper-container{height: .7rem;}
	.cp-top .slide2{border-radius:.1rem;}
	.cp-top .slide2 .item{height: 3.4rem;}
	.cp-top .swiper-button{width: 0.34rem;height: 0.34rem;background-size: 0.1rem;margin-top: -0.17rem;}
	.cp-top .swiper-container{padding:0 1px;}
	.cp-top .swiper-button-prev{left: 0.2rem;}
	.cp-top .swiper-button-next{right: 0.2rem;}

	.cp-top .info{width: 100%;padding: 0;margin-top: 0.25rem;}
	.cp-top .title{font-size: 0.24rem;}
	.cp-top .txt{font-size: 0.18rem;min-height: auto;margin-top: 0.1rem;line-height: 1.4;margin-bottom: 0.2rem;}
	.cp-top .fz{line-height: 1.8;font-size: 0.17rem;}
	.cp-top .anniu{margin-top: 0.35rem;margin-left: 50%;transform: translate(-50%,0);}

	.cp-xq{padding:.6rem 0 0;}
	.cp-xq .bt{font-size: 0.3rem;text-align: center;}
	.cp-xq .edit{margin-bottom: 0.5rem;line-height: 1.4;}
	.cp-xq .list{padding-top: 1px;margin-top: 0;justify-content: space-between;}
	.cp-xq .list .item{width: 48%;margin-top: 0.4rem;}
	.cp-xq .list .imgbox{width: 1.4rem;height: 1.4rem;}
	.cp-xq .list .title{font-size: 0.2rem;margin-top: 0.15rem;}
	.cp-xq .list .txt{line-height: 1.3;margin-top: 0.1rem;}


	/* index */
	.idx-ban .item{height: 3.2rem;}
	.idx-ban .info{padding: 0 0 .4rem;}
	.idx-ban .title{font-size: 0.26rem;}
	.idx-ban .txt{font-size: 0.15rem;line-height: 1.5;margin-top: 0.1rem;}
	.idx-ban .swiper-pagination{bottom: 0.45rem!important;}
	.idx-ban .swiper-pagination-bullet{margin:0 .05rem!important;}
	.idx-ban .swiper-pagination-bullet-active{width: 0.28rem;}



	.idx-us{padding:.6rem 0;}
	.idx-us .detail{flex-direction: column-reverse;}
	.idx-us .imgbox{width: 100%;max-width: 100%;height: auto;margin-top: 0.3rem;border-radius:.1rem;}
	.idx-us .info{width: 100%;}
	.idx-us .title{font-size: 0.3rem;}
	.idx-us .more{margin-top: 0.4rem;}

	.idx-cp .item .imgbox{height: auto;}
	.idx-cp .item .title{margin-top: 0.1rem;}
	.idx-cp .swiper-slide{transform: scale(1,1);}
	.idx-cp .swiper-slide-active .imgbox{background-position:center;background-size: contain;}
	.idx-cp .swiper-button{width: 0.4rem;height: 0.4rem;margin-top: -0.2rem;}


	.idx-dist{padding:.5rem 0;}
	.idx-dist .detail{display: block;}
	.idx-dist .entxt{display: none;}
	.idx-dist .col{width: 100%;flex-direction: column-reverse;}
	.idx-dist .imgbox{height: 3rem;margin-top: 0.3rem;}
	.idx-dist .title{font-size: 0.3rem;}
	.idx-dist .txt{margin-top: 0.1rem;}
	.idx-dist .col2{flex-direction: column-reverse;}
	.idx-dist .col1{margin-bottom: 0.4rem;}
	.idx-dist .col1 .info{padding:0;}
	.idx-dist .col2 .info{padding: 0;}
	.idx-dist .more{margin-top: 0.25rem;}



	.idx-sp{margin-bottom: 0.6rem;}
	.idx-sp .videobox{height: 4.6rem;border-radius: 0.2rem;}
	.idx-sp .videobox .playicon{width: .5rem;}
	.idx-sp .videobox .title{font-size: 0.28rem;margin-top: 0.15rem;}
	.idx-sp .videobox .txt{margin-top: 0.2rem;line-height: 1.6;}
	.idx-sp .videobox .info{padding:0 .3rem;}

	.idx-tour{padding:.5rem 0;}
	.idx-tour .slide2{display: none;}
	.idx-tour .slide1 .item{display: block;}
	.idx-tour .slide1 .imgbox{border-radius:.12rem;width: 100%;margin:0;height: 2.8rem;}
	.idx-tour .slide1 .info{padding: 0;}
	.idx-tour .slide1 .title{margin:.3rem 0 .15rem;font-size: 0.28rem;line-height: 1.3;}
	.idx-tour .slide1 .txt{line-height: 1.6;}
	.idx-tour .slide1 .more{margin-top: 0.3rem;}



	.idx-global{padding:.5rem 0 0;}
	.idx-global .wrap{width: 100%;}

	.coll-list .item {
		width: 100%;
		margin: .35rem 0 0 0;
	}






}