/*巨幕动画*/
.guide-wrap{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #FFFFFF;
}
.guide-item{
	position:relative;
	top: -100px;
	width: 100%;
	height: 100%;
}
.guide-item-m{
	display: none;
}

.swiper-wrap {
	width: 100%;
	position: relative;
}

.swiper-wrap .swiper-container {
	width: 100%;
	overflow: hidden;
}

.swiper-wrap .swiper-slide {
	height: calc(100vh - 110px);
}

.swiper-wrap .swiper-slide .banner-img-swi {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.swiper-container .swiper-pagination-custom {
	bottom: 39px;
	left: 0;
	width: 100%;
	height: 30px;
	text-align: center;
}

.swiper-container .swiper-pagination-customs {
	width: 18px;
	height: 18px;
	display: inline-block;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0 18px;
	margin-bottom: 5px;
	outline: 0;
}

.swiper-container .swiper-pagination-customs-active {
	width: 21px;
	height: 30px;
	z-index: 100;
	border-radius: 0;
	margin-bottom: 0;
	background-color: transparent;
	background-image: url(../image/轮播咖啡豆.svg);
	background-position: center bottom;
	background-size: cover;
}


/*产品幻灯片*/

.index-product {
	width: 100%;
	height: 1122px;
	background-image: url(../image/咖啡豆-bg.png);
	background-size: cover;
	background-position: center bottom;
	position: relative;
}

.index-p-title {
	padding-top: 100px;
	margin: 0 28.9%;
}

.index-p-title img {
	width: 100%;
	height: 100%;
}

/*幻灯片*/

.in-product__slick {
	width: 68%;
	height: 942px;
	text-align: center;
	margin: 0 auto;
}

.in-product__slick .slick-ani .inp-item__img {
	-webkit-transform: translate3d(-50%, 40px, 0) scale(1.58);
	transform: translate3d(-50%, 40px, 0) scale(1.58)
}

.in-product__slick .slick-ani .inp-item__img:after {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.in-product__slick .slick-ani .inp-item__img p {
	color: #FFE9D3;
}

.in-product__slick .slick-ani .inp-item__ico {
	visibility: hidden;
	opacity: 0
}

.in-product__slick .slick-ani .inp-title {
	opacity: 0;
	visibility: hidden
}

.inp-item {
	position: relative;
}

.inp-item.delighter {
	transition: all 1.2s ease-out;
	transform: translateX(100%);
	opacity: 0;
}

.inp-item.delighter.started {
	transform: none;
	opacity: 1;
}

.inp-item__wrap {
	width: 24vw;
	position: relative;
}

.inp-item__img {
	position: absolute;
	width: 210px;
	top: 280px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0) scale(1);
	transform: translate3d(-50%, 0, 0) scale(1);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	cursor: pointer;
	-webkit-transition: transform .4s linear;
	transition: transform .4s linear;
}

.inp-item__img::before {
	content: "";
	display: block;
	padding-top: 105.76923%
}

.inp-item__img::after {
	-webkit-transition: transform .8s ease-out;
	transition: transform .8s ease-out;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	background-size: contain;
	padding-top: 63.16%;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.inp-item__img>img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%
}

.inp-item__img>p {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inp-item__img .leaf {
	width: 72px;
	height: 42px;
	opacity: 1;
	margin-top: -61px;
	-webkit-transition: opacity .4s linear;
	transition: opacity .4s linear;
}

.inp-item__img p {
	position: relative;
	bottom: 220px;
	font-size: 26px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 37px;
}

.inp-item__img .text-bottom-img {
	margin-top: 18px;
	width: 56%;
}

.inp-item__img .pic {
	width: 175px;
	height: 413px;
	margin-top: 74px;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.in-product__slick .slick-list {
	height: 942px;
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}


/*产品幻灯片 按钮 上一个下一个*/

.index-product a {
	width: 60px;
	height: 60px;
	text-align: center;
	background-color:#e6001200;
	border-radius: 50%;
}

.index-product a i {
	line-height: 58px;
	font-size: 24px;
	color: #FFFFFF;
}
.index-product a .icon-next{
	margin-left: 4px;
}
.index-product a .icon-prev{
	margin-left: -4px;
}
.index-product .sa-prev {
	position: absolute;
	top: 630px;
	left: 10%;
	z-index: 210;
}

.index-product .sa-btn:hover {
	background-color: rgba(230, 0, 18, 0.5);
}

.index-product .sa-next {
	position: absolute;
	top: 630px;
	right: 10%;
	z-index: 210;
}


/*三位一体产业链*/

.index-facility {
	background: #6c7641;
}

.index-fa-king {
	width: 15.15%;
	margin-top: -6.57%;
	position: absolute;
	right: 200px;
	z-index: 200;
}

.index-fa-king img {
	width: 100%;
	height: 100%;
}

.index-fa-title {
	padding-top: 100px;
	margin: 0 28.9%;
}

.index-fa-title img {
	width: 100%;
	height: 100%;
}

.index-fa-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 100px;
}

.index-fa-tree {
	width: 13.3%;
}

.index-fa-tree img {
	width: 100%;
	height: 100%;
}

.index-fa-item {
	width: 70.7%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.index-fa-imgTxt {
	width: 100%;
}

.index-fa-imgTxt ul {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.index-fa-imgTxt ul li {
	width: 100%;
	text-align: center;
}

.index-fa-imgTxt ul li {
	padding: 0 5%;
}

.index-fa-imgTxt ul li img {
	width: 57.34%;
}

.index-fa-imgTxt ul li p {
	color: #231815;
	line-height: 30px;
}

.index-fa-imgTxt ul li .imgTxt-title {
	font-size: 32px;
	font-weight: 500;
	margin-top: 29px;
}

.index-fa-imgTxt ul li .imgTxt-txt {
	font-size: 20px;
	margin-top: 10px;
}


/*一大段文字*/

.index-fa-txt {
	width: 85%;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 1.5;
	padding: 60px 0 160px;
	text-align: center;
}

.index-fa-coff {
	width: 15.3%;
}

.index-fa-coff img {
	width: 100%;
	height: 100%;
}


/*加入征途*/

.index-t-img {
	width: 100%;
	margin-top: 100px;
}

.index-t-img img {
	width: 100%;
}

.index-t-phone {
	width: 377px;
	margin: 44px auto;
}
.index-t-phone svg{
	width: 100%;
	height: 100%;
}
.index-t-phone img {
	width: 100%;
	height: 100%;
}


/*宝藏库*/

.index-treasure {
	background: #E60012;
	box-shadow: 0px 404px 0px 0px #E8D3C1 inset;
}


/*店铺图片*/

.index-trea-img {
	margin: 87px 13.243% 0 12.402%;
	padding-bottom: 128px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.index-trea-big {
	width: 48.693%;
}

.index-trea-big .index-big-img {
	width: 100%;
	height: 100%;
	border-radius: 18px;
	box-shadow: 8px 10px 16px 0px rgba(51, 51, 51, 0.46);
}

.index-big-store {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 8px;
	margin-top: -60px;
}

.index-store {
	background-color: rgba(51, 51, 51, 0.68);
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	margin-left: 26px;
	width: 41.118%;
}

.index-store a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.index-store-left {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 3.93%;
}

.index-store img:nth-child(1) {
	width: 32px;
	height: 32px;
}

.index-store .store-txt {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	padding: 6px 0 6px 6px;
}

.index-store img:nth-child(2) {
	padding-right: 5%;
}


/*小图*/

.index-trea-small {
	width: 50%;
}

.index-trea-small .index-trea-sm {
	width: 50%;
	display: inline-block;
	margin-bottom: 2.52%;
}

.index-trea-small .index-trea-sm .index-sm-img {
	width: 95.268%;
	box-shadow: 8px 10px 16px 0px rgba(51, 51, 51, 0.46);
	border-radius: 18px;
}

.small-store {
	width: 77.456%;
	border-radius: 6px;
	background-color: rgba(51, 51, 51, 0.68);
	position: relative;
	z-index: 201;
	margin-left: 31px;
	margin-top: -63px;
	margin-bottom: 1.4vw;
}

.small-store a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.small-store img:nth-child(2) {
	padding-right: 14px;
}

.small-store .store-txt {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	padding: 6px 0 6px 12px;
}


/*index页的尾部*/

.index-footer {
	position: relative;
	background-image: url(../image/首页咖啡豆.jpg);
	background-repeat: no-repeat;
	background-position: 100% auto;
	background-attachment: fixed;
	background-size: cover;
}

.index-footer .footer-text {
	margin: 0 37.75%;
	padding-top: 100px;
}

.index-footer .footer-text img {
	width: 100%;
	height: 100%;
}

.footer-wrap {
	bottom: 56px;
}

@media(max-width:1600px) {
	.index-product {
		height: 1032px;
	}
	.inp-item__img {
		width: 177px;
	}
	.inp-item__img p {
		bottom: 186px;
		font-size: 20px;
	}
	.inp-item__img .pic {
		width: 145px;
		height: 370px;
		margin-top: 59px;
	}
	.inp-item__img .text-bottom-img {
		width: 51%;
		margin-top: 16px;
	}
	.index-product .sa-prev {
		left: 8%;
	}
	.index-product .sa-next {
		right: 8%;
	}
}

@media(max-width:1450px) {
	.swiper-wrap .swiper-slide {
		height: calc(100vh - 90px);
	}

	.index-fa-imgTxt ul li .imgTxt-title {
		font-size: 28px;
	}
	.index-fa-imgTxt ul li .imgTxt-txt {
		font-size: 20px;
	}
	.index-fa-imgTxt ul li p {
		line-height: 42px;
	}
	.index-store img:nth-child(1) {
		width: 26px;
		height: 26px;
	}
	.index-store .store-txt {
		font-size: 14px;
	}
	.small-store .store-txt {
		font-size: 14px;
		line-height: 20px;
	}
	.small-store {
		margin-left: 20px;
		margin-top: -50px;
	}
}

@media(max-width:1366px) {
	.index-product {
		height: 930px;
	}
	.in-product__slick {
		width: 71%;
	}
	.inp-item__img {
		width: 160px;
	}
	.inp-item__img p {
		bottom: 163px;
		font-size: 18px;
	}
	.inp-item__img .pic {
		width: 120px;
		height: 306px;
	}
	
	.inp-item__img .leaf {
		width: 55px;
		height: 36px;
		margin-top: -44px;
	}
	.index-product .sa-prev {
		top: 540px;
	}
	.index-product .sa-next {
		top: 540px;
	}
	.index-product a {
		width: 45px;
		height: 45px;
	}
	.index-product a i {
		font-size: 18px;
		line-height: 44px;
	}
}

@media(max-width:1260px) {
	.index-store {
		width: 44%;
		margin-left: 10px;
	}
}

@media(max-width:1220px) {
	.index-fa-wrap {
		margin-top: 70px;
	}
	.index-fa-imgTxt ul li .imgTxt-title {
		font-size: 24px;
	}
	.index-fa-imgTxt ul li .imgTxt-txt {
		font-size: 16px;
	}
	.index-fa-imgTxt ul li p {
		line-height: 30px;
	}
	.index-fa-txt {
		font-size: 16px;
	}
	.swiper-container .swiper-pagination-customs {
		width: 14px;
		height: 14px;
		margin: 0 14px;
		margin-bottom: 3px;
	}
	.swiper-container .swiper-pagination-customs-active {
		width: 14px;
		height: 20px;
		margin-bottom: 0;
	}
}

@media(max-width:1160px) {
	
	.index-big-store {
		margin-left: 0;
	}
	.index-store {
		width: 48%;
		margin-left: 6px;
	}
	.small-store .store-txt {
		padding: 4px 0 4px 6px;
	}
	.small-store img:nth-child(2) {
		padding-right: 6px;
	}
}

@media(max-width:1024px) {
	.guide-item{
		display: none;
	}
	.guide-item-m{
		position:relative;
		top: -70%;
		width: 100%;
		height: 100%;
		display: block;
	}
	.swiper-wrap .swiper-slide {
		height: 56vw;
	}
	.swiper-container .swiper-pagination-custom{
		bottom: 21px;
	}
	.index-p-title {
		width: 90%;
		max-width: 516px;
		margin: 0 auto;
	}
	.index-product .sa-prev {
		left: 5%;
		top: 480px;
		display: none;
	}
	.index-product .sa-next {
		right: 5%;
		top: 480px;
		display: none;
	}
	.in-product__slick {
		width: 100%;
		height: 685px;
	}
	.index-product {
		height: 835px;
	}
	.in-product__slick .slick-list {
		height: 685px;
	}
	.inp-item__wrap {
		width: 33vw;
	}
	.inp-item__img .leaf {
		margin-top: -87px;
	}
	.inp-item__img p {
		font-size: 20px;
		bottom: 203px;
	}
	.inp-item__img .text-bottom-img {
		width: 53%;
		margin-top: -22px;
	}
	.inp-item__img .pic {
		margin-top: 0;
	}
	/*.inp-item.delighter {
		transform: none;
		opacity: 1;
	}*/
	/*三位一体*/
	.index-fa-wrap {
		margin-top: 60px;
		position: relative;
	}
	.index-fa-tree {
		position: absolute;
		top: 320px;
		left: 0;
	}
	.index-fa-coff {
		width: 18.5%;
		position: absolute;
		top: 61px;
		right: 0;
	}
	.index-fa-item {
		margin: 0 auto;
	}
	.index-fa-imgTxt ul {
		flex-direction: column;
	}
	.index-fa-imgTxt ul li {
		display: flex;
		flex-direction: row;
		text-align: left;
		padding: 0;
		border-bottom: 1px dashed #979797;
	}
	.index-fa-imgTxt ul li:nth-child(2) {
		flex-direction: row-reverse;
		text-align: right;
	}
	.index-fa-imgTxt ul li img {
		width: 25%;
		padding-top: 6.5%;
		padding-bottom: 6.5%;
	}
	.index-fa-imgTxt ul li .imgTxt-wrap {
		margin-left: 11.1%;
		padding-top: 6.5%;
	}
	.index-fa-imgTxt ul li:nth-child(2) .imgTxt-wrap {
		margin-right: 11.1%;
		margin-left: 0;
	}
	.index-fa-imgTxt ul li .imgTxt-title {
		font-weight: 600;
		font-size: 34px;
		line-height: 36px;
		margin-top: 11.16%;
	}
	.index-fa-imgTxt ul li:nth-child(2) .imgTxt-title {
		margin-top: 8.6%;
	}
	.index-fa-imgTxt ul li .imgTxt-txt {
		margin-top: 9%;
		font-size: 26px;
		line-height: 36px;
	}
	.index-fa-imgTxt ul li:nth-child(2) .imgTxt-txt {
		margin-top: 9%;
	}
	.index-fa-txt {
		width: 100%;
		font-size: 24px;
		padding: 8.3% 0 22.15%;
	}
	.index-fa-title {
		width: 90%;
		max-width: 608px;
		margin: 0 auto;
	}
	.index-t-img {
		height: 525px;
		margin-top: 90px;
	}
	.index-t-img img {
		height: 100%;
		object-fit: cover;
	}
	.index-t-phone {
		margin: 42px auto 86px;
	}
	/*幸运宝藏库*/
	.index-trea-img {
		width: calc(100% - 76px);
		flex-direction: column-reverse;
		margin: 80px auto 0;
	}
	.index-trea-big,
	.index-trea-small {
		width: 100%;
	}
	.index-trea-big .index-big-img {
		width: 98%;
	}
	.small-store .store-txt {
		font-size: 2.61vw;
		padding: 1.3vw 0 1.3vw 2.87vw;
	}
	.small-store {
		margin-top: -8.5vw;
		margin-bottom: 23px;
	}
	.index-store {
		width: 43%;
	}
	.index-store .store-txt {
		font-size: 2.61vw;
		padding: 10px 0 10px 6px;
	}
	.index-fa-king {
		width: 17.58%;
		margin-top: -6.85%;
		right: 100px;
	}
	.footer-wrap {
		bottom: 130px;
	}
	.index-footer .footer-text {
		display: none;
	}
	.index-footer {
		background-image: none;
	}
}

@media(max-width:768px) {
	.guide-item-m{
		top: -40%;
	}
	.index-fa-title{
		position: relative;
		z-index: 201;
	}
	.index-fa-item{
		width: 86.9%;
	}
	.index-fa-imgTxt ul li img {
		width: 28.3%;
	}
	
	.index-fa-king {
		width: 24%;
		margin-top: -10.2%;
		right: 39px;
	}
	
	.inp-item__wrap{
		width: 47vw;
	}
	
	/*三位一体*/
	.index-fa-imgTxt ul li .imgTxt-title {
		font-size: 4.43vw;
	}
	.index-fa-imgTxt ul li .imgTxt-txt {
		font-size: 3.39vw;
	}
	.index-fa-txt {
		font-size: 3.13vw;
	}
	
}
@media(max-width:580px){
	.small-store{
		margin-bottom: 1.4vw;
	}
}
@media(max-width:475px){
	.guide-item-m{
		top: -100px;
	}
	/*轮播分页器*/
	.swiper-container .swiper-pagination-custom{
		height: 15px;
		bottom: 10px;
	}
	.swiper-container .swiper-pagination-customs{
		width: 7px;
		height: 7px;
		margin: 0 7px;
	}
	.swiper-container .swiper-pagination-customs-active{
		width: 7px;
		height: 10px;
	}
	/*产品轮播*/
	.index-p-title{
		max-width: 258px;
		padding-top: 50px;
	}
	.index-product{
		height: 495px;
	}
	.in-product__slick .slick-list{
		height: 420px;
	}
	.in-product__slick{
		height: 408px;
	}
	.inp-item__img{
		top: 202px;
	}
	.inp-item__img .leaf{
		width: 27px;
		height: 18px;
		margin-top: -62px;
	}
	.inp-item__img p{
		font-size: 12px;
		line-height: 16px;
	}
	.inp-item__img .text-bottom-img{
		width: 34%;
		margin-top: -27px;
	}
	.inp-item__img .pic{
		width: 150px !important;
		height:auto !important;
	}
	.slick-dots{
		height: 11px;
		margin-top: -54px;
	}
	.slick-dots li{
		margin: 0 9px;
	}
	.slick-dots li button{
		width: 7px;
		height: 7px;
	}
	.slick-dots .slick-active button{
		width: 7px;
		height: 10px;
	}
	/*三位一体*/
	.index-fa-title{
		max-width: 258px;
		padding-top: 50px;
	}
	.index-fa-wrap{
		margin-top: 30px;
	}
	.index-fa-imgTxt ul li img{
		width: 22.7%;
	}
	.index-fa-imgTxt ul li .imgTxt-title{
		font-size: 18px;
		line-height: 1;
	}
	.index-fa-imgTxt ul li .imgTxt-txt{
		font-size: 14px;
		line-height: 1;
	}
	.index-fa-txt{
		font-size: 12px;
	}
	/*照片电话*/
	.index-t-img{
		height: 262px;
		margin-top: 45px;
	}
	.index-t-phone{
		width: 200px;
		margin: 21px auto 43px;
	}
	/*幸运宝藏库*/
	.index-trea-img{
		width: calc(100% - 38px);
		margin: 40px auto 0;
		padding-bottom: 80px;
		/*padding-bottom: 209px;*/
	}
	.index-trea-big{
		max-height: 350px;
	}
	.small-store{
		margin-left: 3.8vw;
		margin-bottom: 12px;
	}
	.small-store .store-txt{
		line-height: 1;
		padding: 1.15vw 0 1.15vw 2vw;
	}
	.index-big-store{
		margin-top: -40px;
	}
	.index-store img:nth-child(1){
		width: 12px;
		height: 12px;
	}
	.small-store img:nth-child(2){
		width: 15px;
		height: 7px;
		padding-right: 3px;
	}
	.index-store .store-txt{
		padding: 5px 0 5px 3px;
		line-height: 1;
	}
	.index-store img:nth-child(2){
		width: 15px;
		height: 7px;
		padding-right: 3px;
	}
	.footer-wrap{
		bottom: 65px;
	}
}
@media(max-width:390px){
	.small-store{
		width: 82.456%;
		margin-left: 2.8vw;
	}
	.index-store{
		width: 46%;
	}
}
@media(max-width:320px){
	.index-store{
		margin-left: 2px;
	}
	.index-big-store .index-store:nth-child(2){
		width: 52%;
	}
}