@charset "utf-8";
body{
	margin: 0;
	padding: 0;
	font-family: "sans-serif";
	background: #fff;
	font-size: 16px;
	cursor: url('../images/mouse.png'), auto !important;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea{
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "sans-serif";
}
table{
  border-collapse: collapse;
}
img{
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li{
	list-style-type: none;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cl{
	clear: both;
}
.clear:after{
	content:"";
	display: block;
	clear:both;
}
.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* flex-direction: column; */
}
.bigimg img{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content{
	width: 1440px;
	margin: 0 auto;
}
.phone{
	display: none;
}
.img02{
	display: none;
}
.m30{
	margin-bottom: 30px;
}
.m57{
	margin-bottom: 57px;
}
.m60{
	margin-bottom: 60px;
}
.m62{
	margin-bottom: 62px;
}
.m65{
	margin-bottom: 65px;
}
.m82{
	margin-bottom: 82px;
}
.m90{
	margin-bottom: 90px;
}
.m100{
	margin-bottom: 100px;
}
[v-cloak]{
	display: none;
}



/*首页*/
#index-app .header_box{
	background:none;
}
.header_box{
	width: 100%;
	min-height: 90px;
	background: url(../images/head_01.png) no-repeat;
	background-size: 100% 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.header_box.active{
	background: rgba(255, 255, 255, 0.8) !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header_box.active .img01{
	display: none;
}
.header_box.active .img02{
	display: block;
}
.header_box.active .nav li{
	color: #444;
}
.header_box.active .nav li.on{
	color: #7f0600;
}
.header_box.active .nav li i{
	background: url(../images/head_05.png) no-repeat;
	background-size: 100% 100%;
}
.header_box.active .nav li i:last-child{
	background: url(../images/head_07.png) no-repeat !important;
	background-size: 100% 100%;
}
.header_box.active .search_pic{
	background: url(../images/head_09.png) no-repeat;
	background-size: 100% 100%;
}
.header_box.active .head_menu::before{
	background: #181717;
}
.header_box.active .head_menu::after{
	background: #181717;
}
.header{
	height: 90px;
}
.logo{
	float: left;
	width: 104px;
	margin: 15px 0;
}
.logo img{
	width: 100%;
}
.nav{
	float: right;
	padding-right: 5px;
}
.nav li{
	float: left;
	height: 90px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 16px;
	padding: 0 6px;
	position: relative;
}
.nav li i{
	width: 13px;
	height: 13px;
	background: url(../images/head_04.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	opacity: 0;
}
.nav li i:last-child{
	background: url(../images/head_06.png) no-repeat !important;
	background-size: 100% 100%;
}
.nav li.on i{
	opacity: 1;
}
.nav li span{
	padding: 0 7px;
}
.nav li.on{
	font-weight: bold;
}
.nav li ul{
	width: 100%;
	position: absolute;
	background: #fff;
	padding: 10px 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 20;
	display: none;
}
.nav li:hover ul{
	display: block;
}
.nav li ul li{
	float: none;
	width: 100%;
	display: block;
	color: #444;
	text-align: center;
	line-height: 40px;
	height: auto;
	padding: 0;
}
.nav li ul li:hover{
	color: #7f0600;
}
.nav li ul li a{
	display: block;
}
.search_pic{
	float: right;
	width: 26px;
	height: 26px;
	background: url(../images/head_08.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 32px;
	/* cursor: pointer; */
	cursor: url('../images/mouse.png'), auto !important;
}
.head_menu {
	float: right;
	width: 50px;
	height: 40px;
	margin: 20px 0 0 34px;
	/* cursor: pointer; */
	cursor: url('../images/mouse.png'), auto !important;
	position:relative;
}
.head_menu::before {
	content: "";
	position: absolute;
	width: 60%;
	height: 2px;
	background: #fff;
	left: 0;
	top: calc(50% + 14px);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.head_menu::after {
	content: "";
	width:80%;
	height: 2px;
	background: #fff;
	left: 0;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}
.head_menu:hover::before{
	width:80%;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.head_menu:hover::after{
	width:100%;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.head_menu::after, .head_menu::before {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.popup_nav{
	width:100%;
	height:100%;
	position:fixed;
	top:-100%;
	left:0;
	background: #7f0600;
	z-index:102;
	transition: 0.5s;
	opacity:0;
	visibility: hidden;
}
.popup_nav.ac{
	top: 0;
	transition: 0.5s;
	opacity:1;
	visibility: visible;
}
.popup_nav .content{
	position: relative;
	padding-top: 150px;
}
.popup_logo{
	width: 104px;
	position: absolute;
	top: 24px;
	left: 0;
}
.popup_logo img{
	width: 100%;
}
.popup_close{
	width: 36px;
	height: 36px;
	background: url(../images/close.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 34px;
	right: 0;
	/* cursor: pointer; */
	cursor: url('../images/mouse.png'), auto !important;
}
.nav_list{
	width: 100%;
}
.nav_list ul{
	display: flex;
	justify-content: space-between;
}
.nav_list li{
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.nav_list h1{
	/* cursor: pointer; */
	cursor: url('../images/mouse.png'), auto !important;
	font-size: 20px;
}
.subnav{
	width: 100%;
}
.subnav ul{
	display: block;
}
.subnav li{
	font-size: 18px;
	font-weight: normal;
}

.index{
	height: 100vh;
}
.ind_h{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.bn_video{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transition: opacity 1.5s ease, visibility 1.5s ease;
}
.bn_video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bn_video.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.banner{
	width: 100%;
	height: 100vh;
	position: relative;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 1s linear 2s;
	transform: scale(1.2);
}
.banner .swiper-slide-active img,
.banner .swiper-slide-duplicate-active img{
	transition: 2s linear;
	transform: scale(1);
}
/* .bn_bigtu img{
	animation: bigtu linear 10s;
}
@keyframes bigtu{
	0%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
} */
.bn_bot{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 44px;
	z-index: 5;
}
.bn_bot .swiper-button-next, .bn_bot .swiper-button-prev{
	width: 49px;
	height: 49px;
	background: url(../images/bn_02.png) no-repeat;
	background-size: 100% 100%;
	position: static;
	float: left;
}
.bn_bot .swiper-button-next:hover, .bn_bot .swiper-button-prev:hover{
	background: url(../images/bn_03.png) no-repeat;
	background-size: 100% 100%;
}
.bn_bot .swiper-button-next:after, .bn_bot .swiper-button-prev:after{
	display: none;
}
.bn_bot .swiper-pagination{
	width: auto;
	float: left;
	position: static;
	margin: 18px 10px;
}
.bn_bot .swiper-pagination-bullet{
	width: 11px;
	height: 11px;
	background: #fff;
	border-radius: 50%;
	transform: scale(0.8);
	opacity: 1;
	margin: 0 6px !important;
}
.bn_bot .swiper-pagination-bullet-active{
	transform: scale(1);
}
.bn_scroll{
	float: right;
	width: 24px;
	height: 36px;
	background: url(../images/bn_01.png) no-repeat;
	background-size: 100% 100%;
	animation: bounce-down 2s linear infinite;
	margin-top: 10px;
}
@-webkit-keyframes bounce-down {
	25% {
		-webkit-transform: translateY(-10px);
	}
	50%, 100% {
		-webkit-transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(10px);
	}
}

.box {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.box img {
	width: 100%;
}
.w100 {
	width: 100%;
}
.h100 {
	height: 100%;
}
.about_t{
	padding-top: 130px;
}
.about_bg{
	/* background: url(../images/bg_01.jpg) no-repeat center top;
	background-size: cover !important;
	padding-top: 130px; */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.about_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_title{
	width: 100%;
	height: 32px;
	color: #7f0600;
	font-size: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 56px;
}
.about_title em{
	width: 22px;
	height: 22px;
	background: url(../images/ind_01.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	margin-right: 14px;
}
.about_tline{
	width: 45px;
	height: 1px;
	border-top: dashed 1px #7f0600;
	position: relative;
	margin-left: 10px;
}
.about_ty{
	width: 18px;
	height: 18px;
	position: absolute;
	top: -9px;
	right: -15px;
}
.about_ty::before{
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(127, 6, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: scaleAnimate 2s linear infinite;
	opacity: 0;
	transform-origin: center;
	opacity: 0;
}
.about_ty::after{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #7f0600;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 5px;
}
@-webkit-keyframes scaleAnimate {
	0% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
  
	50% {
		-webkit-transform: scale(1.2);
		opacity: 1;
	}
  
	100% {
		-webkit-transform: scale(1.4);
		opacity: 0;
	}
}
@keyframes scaleAnimate {
	0% {
		transform: scale(1);
		opacity: 0;
	}
  
	50% {
		transform: scale(1.2);
		opacity: 1;
	}
  
	100% {
		transform: scale(1.4);
		opacity: 0;
	}
}
.about_con{
	width: 100%;
	padding: 0 27px;
	margin-bottom: 102px;
}
.about_pic{
	float: right;
	width: 276px;
}
.about_pic img{
	width: 100%;
}
.about_txt{
	float: right;
	width: 530px;
	height: 350px;
	writing-mode: vertical-rl;
	letter-spacing: 5px;
	line-height: 60px;
	color: #333;
	font-size: 19px;
	font-weight: lighter;
	margin: 100px 60px 0 50px;
}
.about_txt p{
	height: 350px;
	writing-mode: vertical-rl;
	letter-spacing: 5px;
}
.about_more{
	float: right;
	width: 58px;
	height: 170px;
	background: #7f0600;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 16px;
	margin-top: 264px;
}
.about_more a{
	width: 100%;
	height: 100%;
	padding: 30px 16px;
}
.about_more img{
	width: 26px;
	height: 16px;
	display: block;
	margin: 0 auto;
}
.about_more span{
	width: 20px;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}
.about_list.p_top{
	transition-delay: 0.9s;
}
.about_list{
	width: 100%;
	background: url(../images/ind_07.png) no-repeat center top;
	background-size: 100% 1px;
	text-align: center;
}
.about_list li{
	display: inline-block;
	width: 21%;
	min-height: 110px;
	position: relative;
}
.about_list a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.about_list_yuan{
	width: 28px;
	height: 28px;
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
}
.about_list_yuan::before{
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(127, 6, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: scaleAnimate 2s linear infinite;
	opacity: 0;
	transform-origin: center;
	opacity: 0;
}
.about_list_yuan::after{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #7f0600;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
}
.about_list_txt{
	width: 114px;
	height: 28px;
	line-height: 28px;
	color: #222;
	font-size: 20px;
	font-weight: lighter;
	position: absolute;
	top: 24px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.about_list_line{
	width: 1px;
	height: 85px;
	background: #ccb1a2;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.about_list_icon{
	width: 41px;
	height: 41px;
	position: absolute;
	top: -21px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.about_list_icon img{
	width: 100%;
	height: 100%;
}
.about_list li:hover .about_list_yuan{
	display: none;
}
.about_list li:hover .about_list_line{
	display: block;
}
.about_list li:hover .about_list_icon{
	display: block;
}
.about_list li:hover .about_list_txt{
	background: url(../images/ind_06.png) no-repeat;
	background-size: 100% 100%;
	color: #7f0600;
	font-weight: bold;
	top: 88px;
}
.p_top{
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.8s ease-out;
}
.p_bottom{
	opacity: 0;
	transform: translateY(-50px);
	transition: all 0.8s ease-out;
}
.p_left{
	opacity: 0;
	transform: translateX(-50px);
	transition: all 0.8s ease-out;
}
.p_right{
	opacity: 0;
	transform: translateX(50px);
	transition: all 0.8s ease-out;
}
.animate-from-top {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.animate-from-bottom {
    opacity: 1 !important;
    transform: translateY(0) !important;
}
.animate-from-left {
    opacity: 1 !important;
    transform: translateX(0) !important;
}
.animate-from-right {
    opacity: 1 !important;
    transform: translateX(0) !important;
}
.about_pic.p_right {
    transition-delay: 0.9s;
}
.about_txt.p_right {
    transition-delay: 0.5s;
}

.story_t{
	padding-top: 80px;
}
.story_bg{
	background: url(../images/bg_02.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 80px;
}
.story_title{
	width: 100%;
	height: 220px;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
.story_title h1{
	width: 100%;
	line-height: 60px;
	color: #7f0600;
	font-size: 48px;
	position: absolute;
	top: 62px;
	left: 0;
	z-index: 1;
}
.story_title h2{
	width: 100%;
	line-height: 36px;
	color: #666;
	font-size: 24px;
	font-weight: lighter;
	position: absolute;
	top: 132px;
	left: 0;
	z-index: 1;
}
.story_img{
	width: 220px;
	height: 220px;
	background: url(../images/ind_08.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	animation: spin 20s linear infinite;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
.story_line{
	width: 100%;
	min-height: 525px;
	background: url(../images/ind_09.png) no-repeat center 75px;
	background-size: 100% 370px;
}
.story_line.p_top{
	transition-delay: 0.5s;
}
.story{
	width: 100%;
	margin-bottom: 20px;
}
.story .swiper-slide{
	padding-top: 60px;
}
.story .swiper-slide-prev{
	padding-top: 40px;
}
.story .swiper-slide-active{
	padding-top: 0 !important;
}
.story .swiper-slide-active .story_pic{
	transform: scale(1);
}
.story .swiper-slide-active .story_tt{
	margin: 8px 0 18px;
}
.story_pic{
	width: 100%;
	height: 220px;
	margin: 0 auto;
	transform: scale(0.8);
	transform-origin: bottom center;
}
.story_pic img{
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}
.story_tt{
	width: 100%;
	text-align: center;
	line-height: 44px;
	height: 44px;
	color: #7f0600;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 16px;
}
.story_icon{
	width: 40px;
	height: 40px;
	background: url(../images/ind_05.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto 60px;
	position: relative;
}
.story_icon div{
	width: 2px;
	height: 60px;
	background: url(../images/ind_13.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 34px;
	left: 19px;
}
.story_txt{
	width: 95%;
	color: #3b2e2c;
	font-size: 16px;
	line-height: 26px;
	height: 78px;
	text-align: justify;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.story_more.p_top{
	transition-delay: 0.9s;
}
.story_more{
	width: 189px;
	height: 58px;
	background: #7f0600;
	color: #fff;
	font-size: 16px;
	letter-spacing: 4px;
	margin: 0 auto;
}
.story_more a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.story_more img{
	width: 16px;
	height: 26px;
	margin: 0 8px;
}

.store_box{
	width: 100%;
	height: 100vh;
	position: relative;
}
.store_box .story_title{
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 5;
}
.store_box .story_title h1{
	color: #fff;
}
.store_box .story_title h2{
	color: #fff;
}
.store_box .story_img{
	opacity: 0.3;
}
.store_top{
	width: 100%;
	height: 100vh;
}
.store_pic{
	width: 100%;
	height: 100vh;
	position: relative;
}
.store_pic .swiper-slide{
	background: #000;
}
.store_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.7;
}
.store_pic .swiper-button-next, .store_pic .swiper-button-prev{
	width: 63px;
	height: 36px;
	transform: translateY(-50%);
}
.store_pic .swiper-button-prev{
	background: url(../images/ind_18.png) no-repeat;
	background-size: 100% 100%;
	left: 9%;
}
.store_pic .swiper-button-next{
	background: url(../images/ind_20.png) no-repeat;
	background-size: 100% 100%;
	right: 9%;
}
.store_pic .swiper-button-prev:hover{
	background: url(../images/ind_19.png) no-repeat;
	background-size: 100% 100%;
}
.store_pic .swiper-button-next:hover{
	background: url(../images/ind_21.png) no-repeat;
	background-size: 100% 100%;
}
.store_pic .swiper-button-next:after, .store_pic .swiper-button-prev:after{
	display: none;
}
.store_botbg{
	width: 100%;
	height: 280px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.store_line{
	width: 100%;
	height: 3px;
	background: url(../images/ind_17.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 125px;
	z-index: 3;
}
.store_line.p_top{
	transition-delay: 0.5s;
}
.store_bot.p_top{
	transition-delay: 0.5s;
}
.store_bot{
	width: 100%;
	position: absolute;
	bottom: 104px;
	left: 0;
	z-index: 5;
}
.store_list{
	width: 1440px;
	margin: 0 auto;
}
.store_list .swiper-slide{
	width: 24%;
	height: 200px;
	position: relative;
	/* cursor: pointer; */
	cursor: url('../images/mouse.png'), auto !important;
}
.store_text{
	width: 52%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	padding-right: 4%;
	background: url(../images/ind_22.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 20px;
	transition: all 0.3s ease;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.store_img{
	width: 100px;
	transition: all 0.3s ease;
	position: absolute;
	right: 5%;
	bottom: 0;
	z-index: 2;
}
.store_img img{
	width: 100%;
}
.store_list .swiper-slide.on{
	width: 28%;
}
.store_list .swiper-slide.on .store_text{
	width: 75%;
	height: 60px;
	line-height: 60px;
	padding-right: 14%;
	background: url(../images/ind_23.png) no-repeat;
	background-size: 100% 100%;
	color: #7f0600;
	font-size: 26px;
	font-weight: bold;
}
.store_list .swiper-slide.on .store_img{
	width: 134px;
	right: 0;
}

.product_box{
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 2;
}
.product_box .story_title{
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 5;
}
.product_box:hover .story_title{
	display: none;
}
.product{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.product .swiper-slide{
	border-right: solid 1px #d4c7a8;
}
.product_bg{
	width: 100%;
	height: 100%;
	/* background: linear-gradient(to bottom, #e2d7be, rgba(225,211,184,0.5)); */
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.product_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_pic{
	width: 88%;
	position: absolute;
	left: 40%;
	bottom: 107px;
	z-index: 3;
	opacity: 0.3;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.product_pic img{
	width: 100%;
}
.product_tit{
	width: 35px;
	text-align: center;
	line-height: 34px;
	color: #222;
	font-size: 24px;
	position: absolute;
	left: 20%;
	bottom: 135px;
	z-index: 5;
}
.product_tit div{
	width: 35px;
	height: 35px;
	position: relative;
	margin-bottom: 10px;
}
.product_tit div img{
	width: 100%;
	height: 100%;
}
.product_con{
	width: 55%;
	padding-top: 140px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	display: none;
}
.product_tt{
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	display: flex;
	align-items: center;
	margin-bottom: 17px;
}
.product_tt div{
	margin: 0 8px;
}
.product_tt img{
	width: 16px;
	height: 26px;
}
.product_text{
	color: rgba(255, 255, 255, 0.5);
	line-height: 38px;
	font-size: 18px;
	text-align: justify;
}
.product .swiper-slide:not(.swiper-slide) {
    z-index: 1;
}
.product .swiper-slide:not(.swiper-slide) .product_bg {
    z-index: 4;
}
.product .swiper-slide:nth-child(even) .product_pic{
	bottom: auto;
	top: 240px;
}
.product .swiper-slide:nth-child(even) .product_con{
	padding-top: 0;
	margin: 0;
	position: absolute;
	left: 22%;
	bottom: 100px;
}
.product .swiper-slide:hover{
	z-index: 10;
}
.product .swiper-slide:hover .product_bg{
	opacity: 1;
}
.product .swiper-slide:hover .product_pic{
	left: 44%;
	opacity: 1;
}
.product .swiper-slide:hover .img01{
	display: none;
}
.product .swiper-slide:hover .img02{
	display: block;
}
.product .swiper-slide:hover .product_tit{
	color: #fff;
	font-size: 22px;
}
.product .swiper-slide:hover .product_con{
	display: block;
}
.swiper-slide:nth-child(even):hover .product_tit{
	bottom: auto;
	top: 240px;
}

.join_t{
	padding-top: 130px;
}
.join_bg{
	/* background: url(../images/bg_03.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 130px; */
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.join_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.join_box{
	height: 700px;
	/* background: url(../images/ind_38.jpg) no-repeat center top;
	background-size: cover; */
	padding-top: 16px;
	position: relative;
}
.join_box .story_title{
	margin-bottom: 20px;
	z-index: 3;
}
.join_box .story_more{
	margin: 0;
}
.join_con{
	width: 100%;
	padding: 0 5% 0 52%;
	position: relative;
	z-index: 3;
}
.join_a{
	width: 100%;
	color: #7f0600;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.join_a img{
	width: 20px;
	height: 32px;
}
.join_a div{
	margin: 0 27px;
}
.join_b{
	color: #222;
	font-size: 24px;
	line-height: 34px;
	font-weight: lighter;
	margin: 25px 0 30px;
}
.join_c{
	width: 500px;
	height: 64px;
	border-top: solid 1px #d5bba9;
	border-bottom: solid 1px #d5bba9;
	color: #7f0600;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	display: flex;
	align-items: center;
}
.join_c img{
	width: 14px;
	height: 24px;
	margin-right: 10px;
}
.join_c span{
	font-size: 30px;
}
.join_d{
	padding: 30px 0 44px;
}
.join_d li{
	float: left;
	width: 168px;
	height: 48px;
	margin-right: 15px;
}
.join_d img{
	width: 100%;
	height: 100%;
}
.join_d li:nth-child(3n+2){
	width: 160px;
}
.join_d li:nth-child(3n+3){
	width: 183px;
}

.footer_h{
	height: auto;
}
.foot_bg{
	width: 100%;
	background: #780f0e;
	padding: 0 120px;
}
.foot_line{
	border-bottom: solid 1px rgba(44, 7, 2, 0.2);
	padding: 60px 0 40px;
	display: flex;
	justify-content: space-between;
}
.foot_left{
	float: left;
	width: 211px;
}
.f_logo{
	margin-bottom: 36px;
}
.f_logo img{
	width: 100%;
}
.f_share{
	padding-left: 30px;
}
.f_share ul{
	margin-right: -17px;
}
.f_share li{
	float: left;
	width: 38px;
	height: 38px;
	margin-right: 17px;
	position: relative;
	/* cursor: pointer; */
	cursor: url('../images/mouse.png'), auto !important;
}
.f_share img{
	width: 100%;
	height: 100%;
}
.f_share_code{
	width: 110px;
	height: 110px;
	position: absolute;
	top: -120px;
	left: -36px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}
.f_share li:hover .f_share_code{
	opacity: 1;
	visibility: visible;
}
.foot_right{
	float: right;
}
.f_nav{
	width: 100%;
	padding-bottom: 44px;
}
.f_nav li{
	float: left;
	line-height: 30px;
	color: #f1e5d0;
	font-size: 18px;
}
.f_nav span{
	padding: 0 40px;
}
.f_nav li:last-child span{
	display: none;
}
.f_nav li:hover{
	color: #fff;
}
.f_cont{
	display: flex;
	justify-content: space-between;
}
.f_con{
	float: left;
	padding-left: 80px;
	color: #fff7c1;
	font-size: 20px;
	position: relative;
	margin: 25px 20px 0 0;
}
.f_con img{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}
.f_con h1{
	color: rgba(255, 247, 193, 0.5);
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 5px;
}
.f_w01{
	width: 324px;
}
.f_w01 div{
	font-size: 28px;
}
.f_w02{
	width: 360px;
}
.f_w03{
	width: 340px;
}
.f_code{
	float: right;
	width: 118px;
	height: 118px;
	border: solid 2px #b17469;
	display: flex;
	justify-content: center;
	align-items: center;
}
.f_code img{
	width: 95px;
	height: 95px;
}
.copyright{
	width: 100%;
	padding: 24px 0 28px;
	color: rgba(241, 229, 208, 0.3);
}
.copyright a:hover{
	color: #fff;
}
.copyright .fl{
	width: 70%;
}
.copyright .fr{
	width: 28%;
	text-align: right;
}


/* 关于老鼎丰 */
.about_box{
	width: 100%;
	min-height: 600px;
	padding-top: 148px;
	overflow: hidden;
	position: relative;
}
.about_box .content{
	position: relative;
	z-index: 3;
}
.about_bg01{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.about_bg01 img{
	width: 100%;
}
.about_tit{
	width: 100%;
	height: 56px;
	color: #7f0600;
	font-size: 46px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.about_tit em{
	width: 22px;
	height: 22px;
	background: url(../images/ind_01.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.about_tline{
	width: 90px;
	height: 1px;
	border-top: dashed 1px #7f0600;
	position: relative;
	margin: 0 3px 0 36px;
}
.about_tit .about_ty{
	left: -16px;
	right: auto;
}
.about{
	color: #333;
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
	text-indent: 32px;
	margin-bottom: 110px;
}
.about_video{
	width: 100%;
	height: 520px;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
}
.about_video img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_icon{
	width: 130px;
	height: 130px;
	background: url(../images/about_02.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	/* cursor: pointer; */
	cursor: url('../images/mouse.png'), auto !important;
}

.about_bg02{
	width: 100%;
	min-height: 600px;
	background: url(../images/about_bg02.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.story_box{
	width: 100%;
	padding: 140px 0 50px;
	overflow: hidden;
}
.story_box .story{
	margin-bottom: 0;
}
.idea_box{
	padding-top: 134px;
	overflow: hidden;
}
.idea_top{
	color: #7f0600;
	font-size: 22px;
	line-height: 32px;
	margin: 30px 0 75px;
}
.idea_list{
	width: 100%;
}
.idea_list li{
	margin-bottom: 73px;
}
.idea_list li:last-child{
	margin-bottom: 0;
}
.idea_list li:nth-child(even) .idea_con{
	float: right;
}
.idea_list li:nth-child(even) .idea_pic{
	float: left;
}
.idea_con{
	float: left;
	width: 690px;
	padding: 65px 0;
}
.idea_tt{
	color: #7f0600;
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 40px;
}
.idea_text{
	color: #666;
	font-size: 16px;
	line-height: 42px;
	text-align: justify;
}
.idea_pic{
	float: right;
	width: 660px;
	height: 400px;
	overflow: hidden;
}
.idea_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.idea_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.about_bg03{
	width: 100%;
	min-height: 600px;
	background: url(../images/about_bg03.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.honor_box{
	padding-top: 168px;
	overflow: hidden;
}
.honor{
	width: 100%;
	padding-bottom: 154px;
	position: relative;
}
.honor .swiper-slide{
	padding: 40px 0;
}
.honor .swiper-slide-active{
	background: #7f0600;
	border-radius: 50px;
	padding: 40px 34px;
}
.honor .swiper-slide-active .honor_pic img{
	width: 100%;
	height: 100%;
}
.honor .swiper-slide-active .honor_text{
	color: #fff;
	padding: 0 84px 0 0;
}
.honor .swiper-slide-prev .honor_con{
	width: 86% !important;
}
.honor .swiper-slide-next .honor_con{
	width: 86% !important;
	float: right;
}
.honor_con{
	width: 100%;
	height: 550px;
	position: relative;
}
.honor_pic{
	width: 100%;
	height: 240px;
	background: #fff6e8;
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.honor_pic img{
	width: 303px;
	height: 203px;
	object-fit: cover;
}
.honor_text{
	color: #444;
	font-size: 16px;
	line-height: 34px;
	text-align: justify;
	height: 238px;
	padding: 0 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.honor_img{
	width: 56px;
	height: 180px;
	background: url(../images/about_08.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 6px;
	right: 0;
	z-index: 1;
}
.honor_bot{
	width: 100%;
	height: 77px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.honor_bot .swiper-button-prev{
	width: 77px;
	height: 77px;
	background: url(../images/about_11.png) no-repeat;
	background-size: 100% 100%;
	position: static;
	float: left;
}
.honor_bot .swiper-button-prev:hover{
	background: url(../images/about_12.png) no-repeat;
	background-size: 100% 100%;
}
.honor_bot .swiper-button-next{
	width: 77px;
	height: 77px;
	background: url(../images/about_13.png) no-repeat;
	background-size: 100% 100%;
	position: static;
	float: left;
}
.honor_bot .swiper-button-next:hover{
	background: url(../images/about_14.png) no-repeat;
	background-size: 100% 100%;
}
.honor_bot .swiper-button-next:after, .honor_bot .swiper-button-prev:after{
	display: none;
}
.honor_bot .swiper-pagination{
	width: auto;
	float: left;
	position: static;
	margin: 18px 10px;
}
.honor_bot .swiper-pagination-bullet{
	width: 33px;
	height: 33px;
	background: url(../images/about_09.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	opacity: 1;
	margin: 0 17px !important;
}
.honor_bot .swiper-pagination-bullet-active{
	background: url(../images/about_10.png) no-repeat;
	background-size: 100% 100%;
}

.news_box{
	padding: 114px 0 90px;
	overflow: hidden;
}
.news_type{
	float: left;
	width: 175px;
	padding-top: 90px;
}
.news_type li{
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #7f0600;
	font-size: 18px;
	background: url(../images/about_15.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 40px;
	/* cursor: pointer; */
	cursor: url('../images/mouse.png'), auto !important;
}
.news_type li.on{
	background: url(../images/about_16.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
.news_r{
	float: right;
	width: 1130px;
}
.news{
	width: 100%;
}
.news_line{
	width: 1px;
	height: 296px;
	background: #e5e5e5;
	position: absolute;
	top: 48px;
	right: -62px;
}
.news_time{
	color: #222;
	font-size: 16px;
	line-height: 26px;
}
.news_tt{
	color: #333;
	font-size: 20px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin: 13px 0 26px;
}
.news_pic{
	width: 100%;
	height: 166px;
	overflow: hidden;
}
.news_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.news_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_text{
	color: #666;
	font-size: 15px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin: 13px 0 26px;
}
.news_more{
	width: 100%;
	height: 56px;
	border-top: solid 1px #eee;
	color: #666;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_more div{
	width: 13px;
	height: 11px;
	position: relative;
}
.news_more div img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.news .swiper-slide:hover .news_time{
	color: #7f0600;
}
.news .swiper-slide:hover .news_tt{
	color: #7f0600;
	font-weight: bold;
}
.news .swiper-slide:hover .news_more{
	color: #7f0600;
}
.news .swiper-slide:hover .img01{
	display: none;
}
.news .swiper-slide:hover .img02{
	display: block;
}


/* 日销产品 */
.rx_pic{
	width: 100%;
	height: 100vh;
}
.rx_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rx_box{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
.rx_con{
	width: 48%;
	color: #fff;
	padding-left: 50px;
}
.rx_con .story_more{
	margin: 0;
}
.rx_tit{
	font-size: 36px;
	line-height: 50px;
	font-weight: bold;
	position: relative;
}
.rx_dot{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	left: -50px;
}
.rx_dot::before{
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: scaleAnimate 2s linear infinite;
	opacity: 0;
	transform-origin: center;
	opacity: 0;
}
.rx_dot::after{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
}
.rx_tt{
	font-size: 24px;
	line-height: 38px;
	margin: 12px 0 48px;
}
.rx_text{
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
	margin-bottom: 70px;
}


/* 节日产品 */
.jr_box{
	width: 100%;
	height: 100vh;
}
.jr_pic{
	float: left;
	width: 55%;
	height: 100vh;
	position: relative;
}
.jr_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.jr_bot{
	width: 100%;
	height: 48px;
	padding-right: 50px;
	position: absolute;
	left: 0;
	bottom: 50px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.jr_bot .swiper-button-next, .jr_bot .swiper-button-prev{
	width: 48px;
	height: 48px;
	background: url(../images/pro_11.png) no-repeat;
	background-size: 100% 100%;
	position: static;
	float: left;
}
.jr_bot .swiper-button-next:hover, .jr_bot .swiper-button-prev:hover{
	background: url(../images/pro_12.png) no-repeat;
	background-size: 100% 100%;
}
.jr_bot .swiper-button-next:after, .jr_bot .swiper-button-prev:after{
	display: none;
}
.jr_bot .swiper-pagination{
	width: auto;
	float: left;
	position: static;
	margin: 19px 5px;
}
.jr_bot .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	transform: scale(0.7);
	opacity: 1;
	margin: 0 6px !important;
}
.jr_bot .swiper-pagination-bullet-active{
	transform: scale(1);
}
.jr_bg{
	float: left;
	width: 45%;
	height: 100vh;
	background: url(../images/pro_10.jpg) no-repeat;
	background-size: cover;
}
.jr_title{
	float: left;
	width: 48px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #780f0e;
	font-size: 46px;
	font-weight: bold;
	line-height: 64px;
	margin: 0 108px 0 62px;
}
.jr_type{
	float: left;
	overflow: hidden;
}
.jr_type ul{
	display: flex;
	align-items: center;
	height: 100vh;
	margin-right: -86px;
}
.jr_type li{
	float: left;
	width: 27px;
	/* cursor: pointer; */
	cursor: url('../images/mouse.png'), auto !important;
	color: #bc9b77;
	font-size: 24px;
	line-height: 38px;
	margin-right: 86px;
	position: relative;
}
.jr_type a{
	width: 100%;
}
.icon_t{
	width: 27px;
	height: 16px;
	background: url(../images/pro_13.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 14px;
}
.icon_b{
	width: 27px;
	height: 16px;
	background: url(../images/pro_14.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 14px;
}
.jr_type li:hover{
	color: #780f0e;
}
.jr_type li:hover .icon_t{
	background: url(../images/pro_15.png) no-repeat;
	background-size: 100% 100%;
}
.jr_type li:hover .icon_b{
	background: url(../images/pro_16.png) no-repeat;
	background-size: 100% 100%;
}
.jr_type li.on{
	color: #780f0e;
}
.jr_type li.on .icon_t{
	background: url(../images/pro_15.png) no-repeat;
	background-size: 100% 100%;
}
.jr_type li.on .icon_b{
	background: url(../images/pro_16.png) no-repeat;
	background-size: 100% 100%;
}
.jr_type li:nth-child(1){
	margin-top: 80px;
}
.jr_type li:nth-child(2){
	margin-bottom: 30%;
}
.jr_type li:nth-child(3){
	margin-top: 34%;
}
.jr_type li:nth-child(4){
	margin-top: 40px;
}
.jr_line_t,.jr_line_b{
	width: 1px;
	height: 900px;
	background: #dfd4bc;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.jr_line_t{
	bottom: 100%;
}
.jr_line_b{
	top: 100%;
}


/* 产品详情 */
.show_bg{
	width: 100%;
	min-height: 800px;
	background: url(../images/pro_17.jpg) no-repeat left top #fcfaf6;
	background-size: 100% 1670px;
	overflow: hidden;
}
.show_p{
	/* padding: 162px 0 150px; */
	padding: 162px 0 60px;
}
.path{
	width: 100%;
	text-align: right;
	line-height: 30px;
	color: #a08a59;
	font-size: 16px;
}
.path i{
	width: 6px;
	height: 6px;
	background: #7f0600;
	display: inline-block;
	border-radius: 50%;
	margin: 0 12px 3px 0;
}
.path span{
	color: #7f0600;
}
.show_top{
	margin-bottom: 67px;
}
.show_tl{
	float: left;
	width: 48%;
	padding-top: 10px;
}
.pro_tit{
	width: 100%;
	color: #222;
	font-size: 30px;
	font-weight: bold;
	border-bottom: solid 1px #e8e0ce;
	padding-bottom: 32px;
	margin-bottom: 35px;
}
.pro_tt{
	color: #7f0600;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.pro_tt img{
	width: 16px;
	height: 27px;
}
.pro_tt div{
	margin: 0 20px;
}
.pro_text{
	width: 100%;
	color: #333;
	font-size: 18px;
	line-height: 40px;
	text-align: justify;
	min-height: 312px;
	padding-bottom: 60px;
}
.show_tr{
	float: right;
	width: 49%;
	height: 580px;
}
.show_tr img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.show_top .swiper-button-next, .show_top .swiper-button-prev{
	width: 77px;
	height: 77px;
	top: auto;
	bottom: 18px;
}
.show_top .swiper-button-prev{
	background: url(../images/pro_18.png) no-repeat;
	background-size: 100% 100%;
	left: 0;
}
.show_top .swiper-button-next{
	background: url(../images/pro_19.png) no-repeat;
	background-size: 100% 100%;
	left: 125px;
}
.show_top .swiper-button-prev:hover{
	background: url(../images/about_12.png) no-repeat;
	background-size: 100% 100%;
}
.show_top .swiper-button-next:hover{
	background: url(../images/about_14.png) no-repeat;
	background-size: 100% 100%;
}
.show_top .swiper-button-next:after, .show_top .swiper-button-prev:after{
	display: none;
}
.show_tr .swiper-button-next, .show_tr .swiper-button-prev{
	width: 77px;
	height: 77px;
	top: 50%;
	transform: translateY(-50%);
}
.show_tr .swiper-button-prev{
	background: url(../images/pro_18.png) no-repeat;
	background-size: 100% 100%;
	left: 10px;
}
.show_tr .swiper-button-next{
	background: url(../images/pro_19.png) no-repeat;
	background-size: 100% 100%;
	right: 10px;
	left: auto;
}
.show_tr .swiper-button-prev:hover{
	background: url(../images/about_12.png) no-repeat;
	background-size: 100% 100%;
}
.show_tr .swiper-button-next:hover{
	background: url(../images/about_14.png) no-repeat;
	background-size: 100% 100%;
}
.show_tr .swiper-button-next:after, .show_tr .swiper-button-prev:after{
	display: none;
}
.tese{
	width: 100%;
}
.tese_title{
	width: 100%;
	color: #222;
	font-size: 30px;
	font-weight: bold;
	line-height: 44px;
	border-bottom: solid 1px #ebe6db;
	padding-bottom: 30px;
	margin-bottom: 24px;
}
.tese_text{
	color: #333;
	font-size: 18px;
	line-height: 40px;
	text-align: justify;
}


/* 品牌资讯 */
.inf_p{
	padding: 148px 0 92px;
}
.inf_top{
	width: 100%;
	padding-bottom: 52px;
}
.inf_top .about_tit{
	float: left;
	width: 400px;
}
.inf_top .path{
	float: right;
	width: calc(100% - 400px);
	text-align: right;
	margin: 13px 0 0;
}
.inf_type{
	width: 100%;
	text-align: center;
	padding-bottom: 42px;
}
.inf_type ul{
	margin-right: -65px;
}
.inf_type li{
	display: inline-block;
	width: 175px;
	height: 44px;
	line-height: 44px;
	background: url(../images/ind_23.png) no-repeat;
	background-size: 100% 100%;
	color: #7f0600;
	font-size: 18px;
	margin: 0 65px 20px 0;
}
.inf_type a{
	display: block;
	width: 100%;
	height: 100%;
}
.inf_type li.on{
	background: url(../images/ind_22.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
}
.inf{
	width: 100%;
	overflow: hidden;
}
.inf ul{
	margin-right: -84px;
}
.inf li{
	float: left;
	width: 297px;
	position: relative;
	margin: 0 84px 65px 0;
}
.inf li:hover .news_time{
	color: #7f0600;
}
.inf li:hover .news_tt{
	color: #7f0600;
	font-weight: bold;
}
.inf li:hover .news_more{
	color: #7f0600;
}
.inf li:hover .img01{
	display: none;
}
.inf li:hover .img02{
	display: block;
}
.inf .news_line{
	right: -42px;
}
.page{
	width: 100%;
	text-align: center;
	padding-top: 42px;
	color: #7f0600;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page a{
	width: 41px;
	height: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 24px;
	/* cursor: pointer; */
	cursor: url('../images/mouse.png'), auto !important;
}
.page img{
	width: 16px;
	height: 26px;
}
.page span{
	display: flex;
	justify-content: center;
	align-items: center;
}
.page span a{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 6px;
}
.page span a:hover{
	background: url(../images/inf_02.png) no-repeat;
	background-size: 100% 100%;
}
.page span a.on{
	background: url(../images/inf_02.png) no-repeat;
	background-size: 100% 100%;
}


/* 资讯详情 */
.inf_tit{
	width: 100%;
	text-align: center;
	line-height: 34px;
	color: #7f0600;
	font-size: 24px;
	font-weight: bold;
}
.inf_time{
	width: 100%;
	text-align: center;
	line-height: 24px;
	color: #333;
	font-size: 16px;
	margin: 18px 0 46px;
}
.inf_text{
	color: #555;
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
}


/* 博物馆 */
.history_box{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.history_left{
	float: left;
	width: 400px;
	height: 100vh;
	position: relative;
}
.history_left_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.history_left_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.history_tit{
	width: 46px;
	text-align: center;
	color: #fff;
	font-size: 46px;
	font-weight: bold;
	position: absolute;
	top: 22%;
	right: 72px;
	z-index: 3;
}
.history_tit em{
	width: 22px;
	height: 22px;
	background: url(../images/join_02.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	margin: 0 auto;
}
.history_tit .about_tline{
	width: 1px;
	height: 90px;
	border-left: dashed 1px #e6dfcc;
	position: relative;
	margin: 25px auto 3px;
}
.history_tit .about_ty{
	top: -18px;
	left: -10px;
	right: auto;
}
.history_tit .about_ty::before{
	background: rgba(230, 223, 204);
}
.history_tit .about_ty::after{
	background: #e6dfcc;
}
.history_right{
	float: right;
	width: calc(100% - 400px);
	height: 100vh;
	background: url(../images/museum_02.jpg) no-repeat center top;
	background-size: cover;
	padding: 174px 0 0 280px;
	position: relative;
}
.history_right .swiper-button-next, .history_right .swiper-button-prev{
	width: 110px;
	height: 110px;
	border-radius: 50%;
}
.history_right .swiper-button-prev{
	background: url(../images/about_11.png) no-repeat #fff;
	background-size: 100% 100%;
	top: 32%;
	transform: translateY(-32%);
	left: 7%;
}
.history_right .swiper-button-next{
	background: url(../images/about_13.png) no-repeat #fff;
	background-size: 100% 100%;
	top: 55%;
	transform: translateY(-55%);
	right: 20%;
}
.history_right .swiper-button-prev:hover{
	background: url(../images/about_12.png) no-repeat;
	background-size: 100% 100%;
}
.history_right .swiper-button-next:hover{
	background: url(../images/about_14.png) no-repeat;
	background-size: 100% 100%;
}
.history_right .swiper-button-next:after, .history_right .swiper-button-prev:after{
	display: none;
}
.history{
	width: 100%;
}
.history .swiper-slide-active .history_pic{
	height: 500px;
}
.history .swiper-slide-active .history_tt{
	display: block;
}
.history .swiper-slide-active .history_text{
	display: block;
}
.history_pic{
	width: 100%;
	height: 440px;
	overflow: hidden;
}
.history_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.history_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.history_tt{
	line-height: 36px;
	min-height: 36px;
	background: url(../images/ind_05.png) no-repeat left 5px;
	background-size: 26px 26px;
	padding-left: 40px;
	margin: 20px 0 8px;
	display: none;
}
.history_text{
	color: #555;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	display: none;
}
.history_rbox{
	float: right;
	width: calc(100% - 400px);
	height: 100vh;
	background: url(../images/museum_02.jpg) no-repeat center top;
	background-size: cover;
	/* padding-top: 100px; */
	display: flex;
	align-items: center;
}
.history_rcon{
	width: 85%;
	height:660px;
	position: relative;
	margin: 0 auto;
}	
.l-pic-index{
	/*display:none;*/
    position: absolute;
    left: 45%;
    top: 1px;
    z-index:2;
    width:50px;
    height:660px;
    background: url(../images/juan.png) no-repeat;
	background-size: 100% 100%;
}
.r-pic-index{
	/*display:none;*/
    position: absolute;
    right: 45%;
    top: 0;
    z-index: 2;
    width:50px;
    height:660px;
    background: url(../images/juan.png) no-repeat;
	background-size: 100% 100%;
	transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}
.l-bg-index{
    position: absolute;
    top: 12px;
    left: 50%;
    z-index: 1;
    width: 25px;
    height: 620px;
    background: #e3c97a;
}
.r-bg-index{
    position: absolute;
    top:12px;
    right: 50%;
    z-index: 1;
    width: 25px;
    height: 620px;
    background: #e3c97a;
}
.main-index{
    position: absolute;
    z-index: 5;
    width: 84%;
    height: 540px;
    left: 8%;
    top: 70px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
    pointer-events: none;
    overflow: hidden;
}
.main-index.fade-in{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.history02 {
    transform: translateX(100%);
    width: 100%;
}
.main-index.fade-in .history02 {
    transform: translateX(0);
}
.history02 .swiper-wrapper{
    transition-timing-function: linear !important;
}
.history02 .history_pic{
	height: 280px;
}
.history02 .history_tt{
	display: block;
}
.history02 .history_text{
	display: block;
}

.zhi_bg{
	width: 100%;
	background: url(../images/museum_04.jpg) no-repeat center top;
	background-size: cover;
	padding: 82px 0 95px;
	overflow: hidden;
}
.zhi{
	width: 100%;
}
.zhi ul{
	margin-right: -26px;
}
.zhi li{
	float: left;
	width: 340px;
	height: 580px;
	background: url(../images/museum_05.jpg) no-repeat;
	background-size: 100% 100%;
	margin: 30px 26px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.zhi li:nth-child(2){
	background: url(../images/museum_06.jpg) no-repeat;
	background-size: 100% 100%;
}
.zhi li:nth-child(3){
	background: url(../images/museum_07.jpg) no-repeat;
	background-size: 100% 100%;
}
.zhi li:nth-child(4){
	background: url(../images/museum_08.jpg) no-repeat;
	background-size: 100% 100%;
}
.zhi_hover{
	width: 100%;
	height: 100%;
	background: url(../images/museum_09.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.zhi li:hover{
	border-radius: 30px;
	margin: 0 26px 0 0;
}
.zhi li:hover .zhi_hover{
	opacity: 1;
}
.zhi_txt{
	width: 48px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	z-index: 2;
}
.zhi_txt img{
	width: 34px;
	height: 24px;
	display: block;
	margin: 22px auto;
}

.jxcc_box{
	width: 100%;
	overflow: hidden;
}
.jxcc_w01,.jxcc_w02,.jxcc_w03{
	float: left;
	width: 33.33%;
}
.jxcc_a{
	width: 100%;
	height: 450px;
	overflow: hidden;
}
.jxcc_a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.jxcc_a:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.jxcc_b{
	width: 100%;
	height: 475px;
	background: url(../images/museum_11.jpg) no-repeat left bottom #e0d8c3;
	background-size: 100%;
	overflow: hidden;
	padding: 50px;
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.jxcc_bimg{
	width: 230px;
	height: 195px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.jxcc_bimg img{
	width: 100%;
	height: 100%;
}
.jxcc_txt{
	height: 346px;
	color: #666;
	font-size: 18px;
	text-align: justify;
	writing-mode: vertical-rl;
	letter-spacing: 6px;
	line-height:22px;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 15;
	-webkit-box-orient: vertical;
	white-space: normal;
	position: relative;
	z-index: 1;
}
.jxcc_tt{
	color: #333;
	font-size: 24px;
	line-height: 36px;
	height: 346px;
	writing-mode: vertical-rl;
	letter-spacing: 10px;
	margin-left: 50px;
	position: relative;
	z-index: 1;
}
.jxcc_c{
	width: 100%;
	height: 925px;
	overflow: hidden;
	position: relative;
}
.jxcc_c img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.jxcc_c:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.jxcc_c .history_tit{
	top: 125px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 4;
}
.jxcc_c .history_tit em{
	background: url(../images/museum_15.png) no-repeat;
	background-size: 100% 100%;
}
.jxcc_d{
	width: 98.5%;
	height: 450px;
	overflow: hidden;
	margin-left: 1.5%;
}
.jxcc_d img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.jxcc_d:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.jxcc_e{
	width: 100%;
	height: 475px;
	overflow: hidden;
}
.jxcc_e img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.jxcc_e:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.photos_bg{
	width: 100%;
	background: url(../images/museum_16.jpg) no-repeat center top;
	background-size: cover;
	padding: 144px 0 142px;
	overflow: hidden;
}
.photos_top{
	padding-bottom: 79px;
}
.photos_top .about_tit{
	float: left;
	width: auto;
}
.photos_top .story_more{
	float: right;
	margin: 0;
}
.photos{
	width: 100%;
}
.photos_pic{
	width: 100%;
	height: 420px;
	overflow: hidden;
	margin-bottom: 30px;
}
.photos_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.photos_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.photos_txt{
	width: 100%;
	text-align: center;
	line-height: 26px;
	color: #222;
	font-size: 18px;
}


/* 门店直营 */
.store_head_box{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.store_head_left{
	width: 400px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.store_head_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.store_head_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.store_head{
	width: 46px;
	color: #7f0600;
	font-size: 46px;
	font-weight: bold;
	position: absolute;
	top: 22%;
	right: 72px;
	z-index: 2;
}
.store_head em{
	width: 22px;
	height: 22px;
	background: url(../images/ind_01.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	margin: 0 auto;
}
.store_head .about_tline{
	width: 1px;
	height: 90px;
	border-left: dashed 1px #7f0600;
	position: relative;
	margin: 25px auto 3px;
}
.store_head .about_ty{
	top: -18px;
	left: -10px;
	right: auto;
}
.store_type{
	min-width: 124px;
	position: absolute;
	left: 400px;
	bottom: 14px;
	z-index: 4;
}
.store_type li{
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #7f0600;
	font-size: 18px;
	background: url(../images/store_02.png) no-repeat right top;
	background-size: auto 100%;
	position: relative;
	margin-bottom: 36px;
}
.store_type a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 30px 0 17px;
}
.store_type .store_img{
	width: 75px;
	right: -36px;
	display: none;
}
.store_type li:hover{
	background: url(../images/store_03.png) no-repeat right top;
	background-size: auto 100%;
	color: #fff;
	font-weight: bold;
}
.store_type li:hover .store_img{
	display: block;
}
.store_type li.on{
	background: url(../images/store_03.png) no-repeat right top;
	background-size: auto 100%;
	color: #fff;
	font-weight: bold;
}
.store_type li.on .store_img{
	display: block;
}
.store_area{
	padding: 90px 0 78px;
	overflow: hidden;
}
.store_tit{
	width: 100%;
	text-align: center;
	line-height: 34px;
	color: #666;
	font-size: 24px;
	font-weight: lighter;
	margin-bottom: 67px;
}
.store_tit h1{
	color: #7f0600;
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 12px;
}
.store_list{
	width: 100%;
}
.store_list li{
	height: 460px;
	background: #f8f8f8;
	margin-bottom: 30px;
}
.store_tu{
	float: left;
	width: 50%;
	height: 460px;
	overflow: hidden;
}
.store_tu img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.store_tu:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.store_right{
	float: left;
	width: 50%;
	padding: 54px 40px 20px;
}
.store_right .story_more{
	margin: 0;
}
.store_tt{
	width: 100%;
	line-height: 36px;
	color: #222;
	font-size: 26px;
	border-bottom: solid 1px #e5e5e5;
	padding-bottom: 26px;
	margin-bottom: 27px;
}
.store_txt{
	width: 100%;
	min-height: 120px;
	line-height: 40px;
	color: #222;
	font-size: 16px;
	margin-bottom: 35px;
}


/* 招商加盟 */
.join_head_box{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.join_line{
	width: 100%;
	height: 218px;
	background: url(../images/join_08.png) no-repeat center bottom;
	background-size: 1920px 169px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.join_area{
	width: 100%;
	height: 100vh;
}
.join_head_pic{
	width: 100%;
	height: 100vh;
	position: relative;
}
.join_head_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: blur(16px)
}
.join_head_picbg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.join_head_con{
	width: 100%;
	height: 100%;
	padding-top: 200px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.join_head_con .content{
	overflow: hidden;
}
.join_head_left{
	float: left;
	width: 54%;
}
.join_head_right{
	float: right;
	width: 43%;
	padding-top: 18px;
}
.join_head_img{
	width: 100%;
	height: 350px;
	border-radius: 30px;
	overflow: hidden;
}
.join_head_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.join_head_img:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.join_tit{
	width: 100%;
	height: 56px;
	color: #fff;
	font-size: 46px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.join_tit em{
	width: 22px;
	height: 22px;
	background: url(../images/join_02.png) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
}
.join_tline{
	width: 90px;
	height: 1px;
	border-top: dashed 1px #f1deb0;
	position: relative;
	margin: 0 3px 0 36px;
}
.join_ty{
	width: 18px;
	height: 18px;
	position: absolute;
	top: -9px;
	left: -15px;
}
.join_ty::before{
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(241, 222, 176, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: scaleAnimate 2s linear infinite;
	opacity: 0;
	transform-origin: center;
}
.join_ty::after{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f1deb0;
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 5px;
}
.join_tt{
	color: #fff;
	font-size: 20px;
	font-weight: lighter;
	line-height: 28px;
	margin: 15px 0 44px;
}
.join_logo{
	width: 100%;
	padding-bottom: 27px;
}
.join_logo ul{
	margin-right: -5.33%;
}
.join_logo li{
	float: left;
	width: 28%;
	min-height: 48px;
	margin: 0 5.33% 10px 0;
}
.join_logo img{
	width: 100%;
	height: 100%;
}
.join_text{
	color: #fff;
	line-height: 28px;
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 32px;
}
.join_tel{
	color: #fff;
	line-height: 36px;
	font-size: 24px;
	font-weight: bold;
}
.join_tel img{
	float: left;
	width: 15px;
	height: 24px;
	margin: 6px 10px 0 0;
}
.join_tel span{
	font-size: 30px;
	font-weight: normal;
}
.join_type{
	width: 100%;
	text-align: center;
	padding-left: 30px;
}
.join_type li{
	display: inline-block;
	width: 328px;
	/* cursor: pointer; */
	cursor: url('../images/mouse.png'), auto !important;
}
.join_type_pic{
	width: 80px;
	height: 80px;
	position: relative;
	margin: 0 auto 17px;
}
.join_type_pic img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.join_type_picbg{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: rgba(241, 222, 176, 0.1);
	position: absolute;
	top: -15px;
	left: -15px;
	-webkit-animation: scaleAnimate 2s linear infinite;
	opacity: 0;
	display: none;
}
.join_type_txt{
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #cdcdcd;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.join_type_txt img{
	width: 16px;
	height: 26px;
	margin: 0 12px;
	opacity: 0;
}
.join_type li.on .join_type_picbg{
	display: block;
}
.join_type li.on .img01{
	display: none;
}
.join_type li.on .img02{
	display: block;
}
.join_type li.on .join_type_txt{
	color: #fff;
}
.join_type li.on .join_type_txt img{
	opacity: 1;
}
.adv_box{
	padding: 84px 0 100px;
	overflow: hidden;
}
.adv_tit{
	width: 100%;
	text-align: center;
	line-height: 36px;
	color: #666;
	font-size: 24px;
	font-weight: lighter;
}
.adv_tit h1{
	color: #333;
	font-size: 48px;
	line-height: 80px;
}
.adv{
	width: 100%;
}
.adv ul{
	margin-right: -26px;
}
.adv li{
	float: left;
	width: 340px;
	margin-right: 26px;
}
.adv li:hover .adv_tt{
	color: #7f0600;
}
.adv_pic{
	width: 100%;
	height: 240px;
	overflow: hidden;
	margin-bottom: 18px;
}
.adv_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.adv_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.adv_tt{
	color: #222;
	font-size: 22px;
	font-weight: bold;
	line-height: 34px;
	min-height: 34px;
	margin: 18px 0 10px;
}
.adv_text{
	color: #666;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}
.tiaojian_bg{
	width: 100%;
	background: #f8f8f8;
	padding: 78px 0 60px;
	overflow: hidden;
}
.tiaojian{
	width: 100%;
}
.tiaojian ul{
	margin-right: -8%;
}
.tiaojian li{
	float: left;
	width: 42%;
	margin: 0 8% 56px 0;
}
.tiaojian img{
	float: left;
	width: 80px;
	height: 80px;
	margin-top: 9px;
}
.tiaojian_r{
	float: left;
	width: calc(100% - 80px);
	padding-left: 17px;
	color: #666;
	font-size: 16px;
	line-height: 24px;
}
.tiaojian_r h1{
	color: #333;
	font-size: 22px;
	line-height: 40px;
}
.message_box{
	padding: 85px 0 76px;
	overflow: hidden;
}
.user{
	width: 32%;
	height: 80px;
	line-height: 78px;
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	padding-left: 24px;
	color: #222;
	font-size: 18px;
}
.user::placeholder{
    color: #222;
}
.mes{
	width: 100%;
	height: 180px;
	line-height: 38px;
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	padding: 20px 0 0 24px;
	color: #222;
	font-size: 18px;
}
.mes::placeholder{
    color: #222;
}


/* 联系我们 */
.contact_bg{
	width: 100%;
	min-height: 100vh;
	background: url(../images/contact_01.jpg) no-repeat center top;
	background-size: cover;
	padding: 195px 0 50px;
}
.contact_top{
	min-height: 400px;
	padding-bottom: 110px;
}
.contact_type{
	width: 100%;
	padding-top: 7px;
}
.contact_type .swiper-slide{
	min-height: 65px;
	padding-top: 16px;
	text-align: center;
	line-height: 38px;
	border-top: solid 4px rgba(120, 15, 14, 0.1);
	color: #666;
	font-size: 22px;
	position: relative;
	/* cursor: pointer; */
	cursor: url('../images/mouse.png'), auto !important;
}
.contact_type i{
	width: 12px;
	height: 7px;
	background: url(../images/con_07.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
}
.contact_type .swiper-slide.on{
	border-top: solid 4px #780f0e;
	color: #780f0e;
	font-weight: bold;
}
.contact_type .swiper-slide.on i{
	opacity: 1;
}
.contact_con{
	float: left;
	width: 38%;
	padding-top: 20px;
}
.contact_tit{
	color: #780f0e;
	font-size: 36px;
	font-weight: bold;
	line-height: 50px;
	margin-bottom: 37px;
}
.contact{
	width: 100%;
	padding-bottom: 12px;
}
.contact li{
	min-height: 32px;
	padding-left: 50px;
	color: #222;
	font-size: 18px;
	line-height: 32px;
	position: relative;
	margin-bottom: 25px;
}
.contact img{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
}
.code_box{
	float: left;
	width: 119px;
	margin-right: 44px;
}
.code_pic{
	width: 100%;
	/* height: 119px;
	border: dashed 1px #780f0e;
	border-radius: 10px; */
	display: flex;
	justify-content: center;
	align-items: center;
}
.code_pic img{
	/* width: 98px;
	height: 98px; */
	width: 100%;
	height: 119px;
	border: dashed 1px #780f0e;
	border-radius: 10px;
	padding: 10px;
}
.code_txt{
	width: 100%;
	text-align: center;
	line-height: 40px;
}
.map{
	float: right;
	width: 60%;
	height: 460px;
	border-radius: 20px;
	overflow: hidden;
}
.BMapLabel{
	display: none !important;
}
.BMap_bubble_title{
	font-size: 16px;
	color: #222;
	margin-bottom: 6px;
}
.BMap_bubble_content{
	color: #999;
	font-size: 14px;
}
.BMap_shadow{
	display: none !important;
}
.conpic{
	float: right;
	width: 60%;
	height: 460px;
	border-radius: 20px;
	overflow: hidden;
}
.conpic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* 产品列表 */
.main_bn{
	width: 100%;
}
.main_bn img{
	width: 100%;
}
.main{
	padding: 35px 0 84px;
}
.list_tp{
	padding-bottom: 34px !important;
}
.list{
	width: 100%;
	padding-bottom: 5px;
}
.list ul{
	margin-right: -53px;
}
.list li{
	float: left;
	width: 320px;
	margin: 0 53px 40px 0;
}
.list_pic{
	width: 100%;
	height: 260px;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.list_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.list_pic:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.list_text{
	width: 100%;
	height: 60px;
	line-height: 58px;
	text-align: center;
	background: #fff;
	border: solid 1px #f8f1e1;
	border-radius: 0 0 10px 10px;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list li:hover .list_text{
	background: #fbf8f1;
	color: #7f0600;
	font-weight: bold;
}

.pagebox{
	width: 202px;
	display: flex;
	justify-content: space-between;
}
.pagebtn{
	width: 78px;
	height: 78px;
	position: relative;
}
.pagebtn img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.pagebtn:hover .img01{
	display: none;
}
.pagebtn:hover .img02{
	display: block;
}
.wu{
	opacity: 0.5;
}

.news_nextpage{
	margin-top: 50px;
}
.news_nextpage .ellipsis{
	width: 45%;
	display: block;
}
.news_nextpage .ellipsis:nth-child(2){
	text-align: right;
}

