@charset "utf-8";
/* CSS Document */

.in_title {
	text-align: center;
	padding: 60px 0 40px;
}

/* banner */

.index_banner {
	overflow: hidden;
	width: 100%;
	height: 750px;
	position: relative;
}

.index_banner ul li {
	height: 750px !important;
	width: 100%;
	overflow: hidden;
}

.index_banner img {
	height: 750px;
	object-fit: cover;
	transition: transform 10s;
}

.banner_paginations {
	position: absolute;
	bottom: 34px;
	left: 50%;
	margin-left: -86px;
}

.banner_prev {
	width: 35px;
	height: 35px;
	background: url('./x2_banner_prev.png') no-repeat;
	background-size: 100%;
	float: left;
	margin: 0 20px;
	cursor: pointer;
	opacity: 0.8;
}

.banner_next {
	width: 35px;
	height: 35px;
	background: url('./x2_banner_next.png') no-repeat;
	background-size: 100%;
	float: left;
	margin: 0 20px;
	cursor: pointer;
	opacity: 0.8;
}

.banner_pagination {
	display: block;
	float: left;
	margin-top: 4px;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 10px;
	background: #fff;
	opacity: 0.5;
	margin: 0 2px;
	cursor: pointer;
}

.swiper-active-switch {
	opacity: 1;
}

/* banner end  */

/*茶文化*/
.cwh_navbox {
	position: relative;
	height: 190px;
}

.cwh_navbox .line {
	position: absolute;
	height: 2px;
	width: 1020px;
	line-height: 0;
	background: #a20b0b;
	top: 62px;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: -1;
}

.in_cwh_nav {
	text-align: center;
}

.in_cwh_nav li {
	display: inline-block;
	width: 200px;
	font-size: 24px;
	font-weight: bold;
	color: #883131;
	cursor: pointer;
	vertical-align: top;
	transition: all .5s;
	margin-top: 38px;
}

.in_cwh_nav li * {
	transition: all .5s;
}

.in_cwh_nav li .bk1 {
	width: 52px;
	height: 52px;
	border: 2px solid #a20b0b;
	border-radius: 50%;
	background: #fff;
	margin: 0 auto 20px;
}

.in_cwh_nav .bk2 {
	width: 38px;
	height: 38px;
	border: 1px solid #a20b0b;
	border-radius: 50%;
	margin: 6px 0 0 6px;
	background: center center no-repeat;
	background-size: 100% 100%;
}

.in_cwh_nav .bk2 img {
	border-radius: 50%;
}

.in_cwh_nav li:nth-child(1) .bk2 {
	background-image: url(tea_in_cwh01.png);
}

.in_cwh_nav li:nth-child(2) .bk2 {
	background-image: url(tea_in_cwh02.png);
}

.in_cwh_nav li:nth-child(3) .bk2 {
	background-image: url(tea_in_cwh03.png);
}

.in_cwh_nav li:nth-child(4) .bk2 {
	background-image: url(tea_in_cwh04.png);
}

.in_cwh_nav li:nth-child(5) .bk2 {
	background-image: url(tea_in_cwh05.png);
}

.in_cwh_nav li:nth-child(6) .bk2 {
	background-image: url(tea_in_cwh06.png);
}


.in_cwh_nav li.on {
	margin-top: 0px;
	color: #a20b0b;
}

.in_cwh_nav li.on .bk1 {
	width: 120px;
	height: 120px;
}

.in_cwh_nav li.on .bk2 {
	width: 100px;
	height: 100px;
	margin: 9px 0 0 9px;
}

.in_cwh_nav li.on:nth-child(1) .bk2 {
	background-image: url(tea_in_cwh01_h.png);
}

.in_cwh_nav li.on:nth-child(2) .bk2 {
	background-image: url(tea_in_cwh01_h.png);
}

.in_cwh_nav li.on:nth-child(3) .bk2 {
	background-image: url(tea_in_cwh01_h.png);
}

.in_cwh_nav li.on:nth-child(4) .bk2 {
	background-image: url(tea_in_cwh01_h.png);
}

.in_cwh_nav li.on:nth-child(5) .bk2 {
	background-image: url(tea_in_cwh01_h.png);
}

.in_cwh_nav li.on:nth-child(6) .bk2 {
	background-image: url(tea_in_cwh01_h.png);
}

.in_cwh_nr_box {
	position: relative;
	height: 470px;
}

.in_cwh_nr {
	/* display: none; */
	
	opacity: 0;
	/* margin-left: -100px; */
	transition: all 0.5s;

	position: absolute;
	top: 0;

	z-index: 0;

}

.in_cwh_nr.active {
	/* display: block; */
	
	opacity: 1;
	/* margin-left: 0px; */
	z-index: 1;
}

.in_cwh_nr .img {
	float: left;
	max-width: 750px;
	transition: all 1s;
	opacity: 0;
	position: relative;
	left: -400px;
}

.in_cwh_nr.active .img {
	opacity: 1;
	left: 0;
}

.in_cwh_nr .img img {
	max-width: 100%;
}

.in_cwh_nr .img.slide-out {
	left: 100px;
	opacity: 0;
}

.in_cwh_nr .img.slide-in {
	left: 0;
	opacity: 1;
}

.in_cwh_nr .text {
	width: 630px;
	float: right;
	color: #863d3d;
	line-height: 34px;
	font-weight: bold;

	transition: all 1s;
	opacity: 0;
	position: relative;
	left: 400px;
}

.in_cwh_nr.active .text {
	opacity: 1;
	left: 0;
}

.in_cwh_nr .text p {
	/*text-indent: 2em;*/
	padding: 8px 0;
}

.in_cwh_nr .text .title {
	background: url(tea_in_tbg.png) 120px center no-repeat;
	font-weight: bold;
	font-size: 28px;
	color: #b6281a;
	line-height: 60px;
}

.line2 {
	border: 0;
	border-top: 2px solid #a20b0b;
	margin: 24px 0;
}

.in_cwh_nr .text .more {
	background: url(tea_inbg04.png) right center no-repeat;
	height: 100px;
	line-height: 90px;

}

.in_cwh_nr .text .more a {
	border-bottom: 1px solid #a20b0b;
	padding-bottom: 10px;
	padding-top: 6px;
	padding-right: 60px;
	color: #a20b0b;
	background: url(tea_in_jt02.png) right center no-repeat;
	transition: all .5s;
}

.in_cwh_nr .text .more a:hover {
	padding-right: 120px;
}



/*茶产业*/

.in_ccy {
	background: url(tea_inbg02.png) left bottom no-repeat;
	padding-bottom: 130px;
	padding-top: 80px;

	position: relative;
}

.in_ccy_t {
	position: relative;
	margin-bottom: 60px;
}

.in_ccy_t .in_ccy_nav {
	position: absolute;
	right: 0;
	top: 0;
}

.in_ccy_t .in_ccy_nav li {
	/*	display: inline-block;*/
	float: left;
	background: url(tea_in_ccy_navli.png) right center no-repeat;
	font-size: 24px;
	font-weight: bold;
	color: #723232;
	line-height: 45px;
	padding: 0 25px;
	cursor: pointer;
	position: relative;
}

.in_ccy_t .in_ccy_nav li:last-child {
	background: none;
}

.in_ccy_t .in_ccy_nav li a {
	color: #723232;
}

.in_ccy_t .in_ccy_nav li a:hover,
.in_ccy_t .in_ccy_nav li.on a {
	color: #a20b0b;
}

.in_ccy_t .in_ccy_nav li .line3 {
	position: absolute;
	width: 1px;
	height: 4px;
	line-height: 0;
	background: #a20b0b;
	bottom: -6px;
	left: 50%;
	transform: translate(-50%, 0);
	opacity: 0;
	border-radius: 3px;
	transition: all .5s;
}

.in_ccy_t .in_ccy_nav li.on .line3 {
	width: 45px;
	opacity: 1;
}

.in_ccy_swiper_item {
	height: 460px;
	position: relative;
}

.in_ccy_nr {
	height: 460px;
	position: absolute;
	top: 0;
	opacity: 0;
	z-index: 0;
}

.in_ccy_nr.on {
	opacity: 1;
	z-index: 1;
}

.in_ccy_nr.active {
	/*	display: block;*/
}

.in_ccy_swiper {
	width: 1400px;
	height: 460px;
	overflow: hidden;
}

.in_ccy_swiper .swiper-wrapper {
	width: 4230px !important;
}

.in_ccy_swiper .swiper-slide {
	width: 467px !important;
}

.in_ccy_nr ul {}

.in_ccy_nr .li_w {
	width: 433px;
	height: 460px;
	background: url(tea_inbg09.png) center center no-repeat #fff;
	position: relative;
	/*	margin: 0 20px;*/
	font-weight: bold;
	line-height: 180%;
	transition: all .5s;
	box-shadow: 0px 0px 15px rgba(55, 33, 9, 0.25);
}

.in_ccy_nr .li_w:hover {
	background: url(tea_inbg09_h.png) center center no-repeat #a20b0b;
}

.in_ccy_nr .li_w:hover h3,
.in_ccy_nr .li_w:hover .time,
.in_ccy_nr .li_w:hover .txt {
	color: #fff;
}

.in_ccy_nr .li_w a {
	display: block;
	width: 100%;
	height: 100%;
}

.in_ccy_nr .li_w .img {
	width: 100%;
	height: 240px;
	text-align: center;
	overflow: hidden;
}

.in_ccy_nr .li_w .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}

.in_ccy_nr .li_w:hover .img img {
	transform: scale(1.05);
}

.in_ccy_nr .li_w h3 {
	font-size: 22px;
	color: #723232;
	margin: 30px 40px 10px;
}

.in_ccy_nr .li_w .time {
	font-size: 18px;
	color: #817569;
	margin: 5px 40px;
}

.in_ccy_nr .li_w .txt {
	font-size: 18px;
	color: #8f6565;
	margin: 0 40px;
}

.in_ccy_lmbt {
	position: absolute;
	top: 0;
	right: 20px;
	width: 50px;
	height: 55px;
	box-sizing: border-box;
	padding: 6px 4px 0;

	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #b6281a;
	text-align: center;
	background: url(tea_inbg08.png) no-repeat;
	background-size: 100% 100%;
}

.in_ccy_nr .prev,
.in_ccy_nr .next {
	position: absolute;
	display: block;
	width: 30px;
	height: 36px;
	top: 210px;
	opacity: .3;
	cursor: pointer;
}

.in_ccy_nr .prev {
	left: -50px;
}

.in_ccy_nr .next {
	right: -50px;
}

.in_ccy_nr .prev:hover,
.in_ccy_nr .next:hover {
	opacity: 1;
}

.in_ccy_nr .prev img,
.in_ccy_nr .next img {
	width: 100%;
	height: 100%;
}

/*茶科技*/
.in_ckj {
	height: 690px;
	padding-top: 60px;
	background: url(tea_inbg05.jpg) no-repeat;
	background-size: 100% 100%;
	min-width: 1400px;
	margin-top: 80px;
}

.in_ckj_li {
	text-align: center;
	padding-top: 30px;
}

.in_ckj_li li {
	vertical-align: bottom;
	display: inline-block;
	width: 240px;
	height: 250px;
	background: url(tea_inbg07.png) center center no-repeat #fff;
	box-shadow: 0px 0px 40px rgba(55, 33, 9, 0.5);
	box-sizing: border-box;
	padding-top: 50px;
	transition: all .5s;
	margin: 70px 16px 0;
}

.in_ckj_li li:hover {
	width: 240px;
	height: 320px;
	background: url(tea_inbg07_h.png) center center no-repeat #a20b0b;
	padding-top: 86px;
	margin-top: 0;
}

.in_ckj_li li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #723232;
}

.in_ckj_li li:hover a {
	color: #fff;
}

.in_ckj_li li img {
	width: 102px;
	height: 102px;
	background: #faf6ee;
	border-radius: 50%;
	display: block;
	margin: 0 auto 30px;
}

/*新茶人*/
.in_xcr {}

.in_xcr_bigimg {
	width: 1400px;
	height: 497px;
	margin: 0 auto;
	box-shadow: 0px 0px 15px rgba(55, 33, 9, 0.15);
}

.in_xcr_bigimg .left_li {
	float: left;
	width: 470px;
}

.in_xcr_bigimg .left_li li {
	height: 165px;
	border-bottom: 1px solid #d5ccc2;
	background: url(tea_inbg06.png) right center no-repeat #f3f0ed;
	box-sizing: border-box;
	padding: 10px 85px 0 35px;
	line-height: 30px;
	font-size: 18px;
	color: #8f6565;
	cursor: pointer;
	transition: all .5s;
}

.in_xcr_bigimg .left_li li:last-child {
	border-bottom: 0;
}

.in_xcr_bigimg .left_li li h3 {
	line-height: 70px;
	white-space: nowrap;
	/*强制不换行*/
	overflow: hidden;
	text-overflow: ellipsis;
	color: #723232;
	font-size: 24px;
}

.in_xcr_bigimg .left_li li.on {
	background-color: #a20b0b;
	color: #f2dddd;
}

.in_xcr_bigimg .left_li li.on h3 {
	color: #fff;
}

.in_xcr_bigimg .right_nr {
	float: right;
}

.in_xcr_bigimg .right_nr li {
	width: 930px;
	height: 497px;
	overflow: hidden;
	position: relative;
	display: none;
}

.in_xcr_bigimg .right_nr li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.in_xcr_bigimg .right_nr li.active {
	display: block;
}

.in_xcr_bigimg .right_nr li a {
	display: block;
	width: 100%;
	height: 100%;
}

.in_xcr_bigimg .right_nr li .img_bk::after {
	content: '';
	width: 100%;
	height: 100%;
	background: url(tea_in_xcr_imgbk.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.in_xcr_list li .img_zhe::after,
.in_xcr_bigimg .right_nr li .img_zhe::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: all .5s;
}

.in_xcr_list li:hover .img_zhe::after,
.in_xcr_bigimg .right_nr li:hover .img_zhe::after {
	background: rgba(0, 0, 0, 0.4);
}

.in_xcr_bigimg .right_nr li .icon_play::after {
	content: '';
	width: 220px;
	height: 220px;
	background: url(tea_icon_play.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all .5s;
}

.in_xcr_bigimg .right_nr li:hover .icon_play::after {
	width: 112px;
	height: 112px;
	opacity: 1;
}

/*新茶人 首页小图*/
.in_xcr_list {
	width: 1400px;
	margin: 55px auto 80px;
}

.in_xcr_list li {
	width: 433px;
	height: 370px;
	background-color: #fff;
	float: left;
	text-align: center;
	position: relative;
	margin-right: 50px;
}

.in_xcr_list li:last-child {
	margin-right: 0;
}

.in_xcr_list li a {
	display: block;
	height: 100%;
	width: 100%;
}

.in_xcr_list li h3 {
	line-height: 50px;
	color: #723232;
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
}

.in_xcr_list li p.txt {
	line-height: 180%;
	color: #8f6565;
}

.in_xcr_list li .img_bk::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(tea_in_xcr_imgbk2.png) no-repeat;
	background-size: 100%;
}

.in_xcr_list li .img {
	width: 100%;
	height: 240px;
}

.in_xcr_list li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.in_xcr_list li .icon_play::after {
	content: '';
	position: absolute;
	width: 160px;
	height: 160px;
	background: url(tea_icon_play.png) no-repeat;
	background-size: 100% 100%;
	top: 45px;
	left: 50%;
	transform: translate(-50%, 0%);
	opacity: 0;
	transition: all .5s;
}

.in_xcr_list li:hover .icon_play::after {
	width: 80px;
	height: 80px;
	opacity: 1;
	top: 80px;
}


@media screen and (max-width: 1440px) {

	.in_title {
		padding: 50px 0 30px;
	}

	.in_title img {
		height: 40px;
	}

	/* banner */
	
	.index_banner {
		height: 528px;
	}
	
	.index_banner ul li {
		height: 528px !important;
	}
	
	.index_banner img {
		height: 528px;
	}
	
	.banner_paginations {
		bottom: 24px;
		margin-left: -70px;
	}
	
	.banner_prev {
		width: 24px;
		height: 24px;
		margin: 0 14px;
	}
	
	.banner_next {
		width: 24px;
		height: 24px;
		margin: 0 14px;
	}

	.banner_pagination {
		margin-top: -1px;
	}
	
	/* banner end  */

	/*茶文化*/
	.cwh_navbox {
		position: relative;
		height: 190px;
	}

	.cwh_navbox .line {
		width: 840px;
		top: 62px;
	}

	.in_cwh_nav li {
		width: 150px;
		font-size: 20px;
		margin-top: 38px;
	}



	.in_cwh_nr .img {
		float: left;
		max-width: 520px;
	}

	.in_cwh_nr .img img {
		max-width: 100%;
	}

	.in_cwh_nr .text {
		width: 450px;
		line-height: 30px;
		font-size: 15px;
		font-weight: normal;
	}

	.in_cwh_nr .text p {
		padding: 5px 0;
	}

	.in_cwh_nr .text .title {
		background-position: 120px center;
		font-size: 24px;
		line-height: 50px;
	}

	.line2 {
		border: 0;
		border-top: 2px solid #a20b0b;
		margin: 20px 0;
	}

	.in_cwh_nr .text .more {
		background-size: auto 100%;
		height: 80px;
		line-height: 70px;

	}

	.in_cwh_nr .text .more a {
		background-size: auto 10px;
	}

	.in_cwh_nr .text .more a:hover {
		padding-right: 100px;
	}



	/*茶产业*/

	.in_ccy {
		background-size: 680px auto;
		padding-bottom: 90px;
		padding-top: 60px;
	}

	.in_ccy_t {
		margin-bottom: 40px;
	}

	.in_ccy_t img {
		height: 40px;
	}

	.in_ccy_t .in_ccy_nav li {
		font-size: 20px;
		line-height: 40px;
		padding: 0 20px;
	}


	.in_ccy_swiper_item {
		height: 330px;
		position: relative;
	}

	.in_ccy_nr {
		height: 330px;
		position: absolute;
	}

	.in_ccy_swiper {
		width: 1000px;
		height: 330px;
		overflow: hidden;
	}

	.in_ccy_swiper .swiper-wrapper {
		width: 3040px !important;
	}
	
	.in_ccy_swiper .swiper-slide {
		width: 333.5px !important;
	}

	.in_ccy_nr .li_w {
		width: 310px;
		height: 330px;
		background-size: 296px auto;
		margin-right: 35px;
	}

	.in_ccy_nr .li_w:hover {
		background-size: 296px auto;
	}

	.in_ccy_nr .li_w .img {
		height: 170px;
	}

	.in_ccy_nr .li_w h3 {
		font-size: 16px;
		margin: 10px 30px 0px;
	}

	.in_ccy_nr .li_w .time {
		font-size: 14px;
		margin: 0px 30px;
		font-weight: normal;
	}

	.in_ccy_nr .li_w .txt {
		font-size: 15px;
		margin: 0 30px;
		line-height: 150%;
		font-weight: normal;
	}

	.in_ccy_nr .prev,
	.in_ccy_nr .next {
		top: 150px;
	}

	/*茶科技*/
	.in_ckj {
		height: 496px;
		padding-top: 30px;
		min-width: 1000px;
		margin-top: 60px;
	}

	.in_ckj_li {
		text-align: center;
		padding-top: 30px;
	}

	.in_ckj_li li {
		width: 172px;
		height: 180px;
		background-size: 158px auto;
		padding-top: 30px;
		transition: all .5s;
		margin: 50px 12px 0;
	}

	.in_ckj_li li:hover {
		width: 172px;
		height: 230px;
		background-size: 158px auto;
		padding-top: 50px;
	}

	.in_ckj_li li a {
		font-size: 20px;
	}

	.in_ckj_li li img {
		width: 72px;
		height: 72px;
		margin-bottom: 20px;
	}


	/*新茶人*/
	.in_xcr {}

	.in_xcr_bigimg {
		width: 1000px;
		height: 359px;
	}

	.in_xcr_bigimg .left_li {
		width: 336px;
	}

	.in_xcr_bigimg .left_li li {
		height: 119px;
		padding: 10px 50px 0 25px;
		line-height: 24px;
		font-size: 14px;
	}

	.in_xcr_bigimg .left_li li h3 {
		line-height: 40px;
		font-size: 18px;
	}

	.in_xcr_bigimg .right_nr li {
		width: 664px;
		height: 358px;
	}

	.in_xcr_bigimg .right_nr li .icon_play::after {
		width: 160px;
		height: 160px;
	}

	.in_xcr_bigimg .right_nr li:hover .icon_play::after {
		width: 80px;
		height: 80px;
	}

	/*新茶人 首页小图*/
	.in_xcr_list {
		width: 1000px;
		margin: 55px auto 80px;
	}

	.in_xcr_list li {
		width: 310px;
		height: 265px;
		margin-right: 32px;
		font-size: 14px;
	}

	.in_xcr_list li h3 {
		line-height: 40px;
		font-size: 18px;
		padding-top: 6px;
	}

	.in_xcr_list li p.txt {
		line-height: 150%;
		color: #8f6565;
	}

	.in_xcr_list li .img {
		width: 100%;
		height: 170px;
	}

	.in_xcr_list li .icon_play::after {
		width: 120px;
		height: 120px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.in_xcr_list li:hover .icon_play::after {
		width: 60px;
		height: 60px;
	}
}