/*通用类*/
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body{
	min-width:1200px;
	margin:0 auto;
	font-size:12px;
	font-family:"Microsoft Yahei";
	background:#fff;
	color:#363636;
}
h1,h2,h3{
	font-weight:500;
}
img{
	border:none;
}
a{
	cursor:pointer;
	color:#363636;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#f60;
}
ul{
	list-style-type:none;
}
em{
	font-style:normal;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
input.sub,label{
	border:none;
	cursor:pointer;
}
input,textarea,select{
	font-family:"Microsoft Yahei";
	outline:none;
}
table{
	border-collapse:collapse;
}
table td,table th{
	padding:0;
}
.clear::before{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.clear::after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.warpin{
	width: 1200px;
	margin:0 auto;
}
.header_pulic_box{
	width: 100%;
	height: 60px;
	background: #fff;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
}
.header_pulic_box .warpin{
	display: flex;
	height: 60px;
	align-items: center;
	justify-content: space-between;
}
.header_pulic_box .logo{
	margin-right: 20px;
}
.header_pulic_box .navi{
	display: flex;
	margin:0 20px 0 40px;
	height: 60px;
	align-items: center;
}
.header_pulic_box .navi .li{
	position: relative;
}
.header_pulic_box .navi a{
	font-size:15px;
	color:#666666;
	margin:0 20px;
}
.header_pulic_box .navi .li .li_bit_nav{
	display: none;
	position: absolute;
	top: 45px;
	left:50%;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	z-index: 12;
	transform: translateX(-50%);
}
.header_pulic_box .navi > a:hover{
	color:#ffb636;
}
.header_pulic_box .navi > a.hover{
	color:#ffb636;
}
.header_pulic_box .navi .li .li_bit_nav a{
	display: block;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size:14px;
	color:#333333;
	margin-lefT:0;
	background: #fff;
}
.header_pulic_box .navi .li .li_bit_nav a:hover{
	background: #f8f8f8;
	color:#ffb636;
}
.header_pulic_box .search_box{
	width: 160px;
	height: 38px;
	background: #f4f4f4;
	border-radius: 10px;
	display: flex;
	align-items: center;
}
.header_pulic_box .search_box input{
	width: 116px;
	height: 16px;
	background: none;
	border:none;
	border-right: 1px solid #eae9e9;
	padding-left:10px;
}
.header_pulic_box .search_box .btn{
	display: flex;
	width: calc(100% - 116px);
	height: 16px;
	align-items: center;
	justify-content: center;
}
.header_pulic_box .search_box .btn img{
	height: 100%;
}
/* */
.index_tis_banner{
	width: 100%;
	height: 778px;
	background: url(../i/index_tis_bg.png) no-repeat center;
	background-size:cover;
	overflow: hidden;
	padding-top: 96px;
}
.index_tis_banner .warpin{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.index_tis_banner .rt_cont{
	width: 700px;
	height: 598px;
}
.index_tis_banner .rt_cont img{
	display: block;
	width: 100%;
	height: 100%;
}
.index_tis_banner .lt_cont{
	width: calc(100% - 700px);
	padding-right: 66px;
}
.index_tis_banner .lt_cont .tis_content_box{
	margin-bottom: 60px;
}
.index_tis_banner .lt_cont .tis_content_box .cn{
	font-size:50px;
	font-weight: bold;
	color:#37341f;
	margin-bottom: 24px;
}
.index_tis_banner .lt_cont .tis_content_box .cn span{
	color:#ffb636;
}
.index_tis_banner .lt_cont .tis_content_box .en{
	font-size:30px;
	color:#37331f;
	font-family: "Arial";
	line-height: 36px;
	margin-bottom: 72px;
}
.index_tis_banner .lt_cont .tis_content_box .txt{
	font-size:15px;
	line-height: 26px;
	color:#544c41;
}
.index_tis_banner .lt_cont .acces_last_cont {
	padding:20px;
	width: 100%;
}
.index_tis_banner .lt_cont .acces_cont_box .tis_title{
	display: flex;
	align-items: center;
	font-size:18px;
	color:#efa014;
}
.index_tis_banner .lt_cont .acces_cont_box .tis_title span{
	display: block;
	width: 3px;
	height: 16px;
	background: #f0a014;
	margin-right: 10px;
}
.acces_last_cont .swiper-slide{
	width: 100%;
	height: 90px;
	border:1px solid #fbf2df;
	border:10px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}
.acces_last_cont .list .i{
	display: flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.acces_last_cont .list .i img{
	display: block;
}
.acces_last_cont .list p{
	font-size:14px;
	color:#b5ab99;
	text-align: center;
		transition: all 0.5s;
}
.acces_last_cont .swiper-pagination{
	bottom: 0px;
}
.acces_last_cont  .swiper-pagination-bullet{
	background: #ffd68a;
	opacity: 1;
	transition: all 0.5s;
}
.acces_last_cont .swiper-pagination-bullet-active{
	width: 21px;
	background: #ffad1c;
  border-radius: 100px;
}
.acces_last_cont .swiper-slide:hover{
	background: #ffad1c;
	border-radius: 10px;
	box-shadow: 0px 0px 44px rgba(252,176,42,0.6);
}
.acces_last_cont .swiper-slide:hover .list p{
	color:#fff;
}
/* */
.index_ingre_cont{
	width: 100%;
	height: 98px;
	background: #ef9f14;
}
.index_ingre_cont .warpin{
	position: relative;
	display: flex;
	align-items: center;
}
.index_ingre_cont .ingre_prev{
	display: block;
	width: 15px;
	height: 26px;
	background: url(../i/ingre_prev.png) no-repeat center;
	background-size:cover;
	position: absolute;
	left:-18px;
	top: 50%;
	transform: translateY(-50%);
}
.index_ingre_cont .ingre_next{
	display: block;
	width: 15px;
	height: 26px;
	background: url(../i/ingre_next.png) no-repeat center;
	background-size:cover;
	position: absolute;
	right:-18px;
	top: 50%;
	transform: translateY(-50%);
}
.index_ingre_cont .tle_box{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e18f00;
	width: 100px;
	height: 98px;
}
.index_ingre_cont .tle_box span{
	font-size:18px;
	font-weight: bold;
	color:#fff;
	width: 50px;
	text-align: center;
	line-height: 28px;
}
.index_ingre_cont .ingre_last_cont{
	width: calc(100% - 100px);
	height: 98px;
}
.ingre_last_cont .swiper-slide{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ingre_last_cont .swiper-slide .bg{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	transition: all 0.5s;
}
.ingre_last_cont .swiper-slide .i{
	display: flex;
	width: 36px;
	height: 36px;
	margin:0 auto 10px;
	align-items: center;
	justify-content: center;
}
.ingre_last_cont .swiper-slide p{
	font-size:14px;
	color:#ffffff;
	text-align: center;
}
.ingre_last_cont .swiper-slide:hover .bg{
	opacity: 1;
}
/* */
.index_single_content{
	padding:50px 0;
}
.index_pulic_title{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:20px 0;
	position: relative;
	font-size:34px;
	font-weight: bold;
	color:#37341f;
}
.index_pulic_title span{
	color:#ffb636;
}
.index_pulic_title .bg{
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
/* */
.single_last_content_box{
	width: 100%;
	position: relative;
}
.single_last_content{
	width: 1040px;
	margin:0 auto;
}
.single_last_content_box .single_last_prev{
	display: block;
	width: 32px;
	height: 53px;
	background: url(../i/single_prev.png) no-repeat center;
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
}
.single_last_content_box .single_last_next{
	display: block;
	width: 32px;
	height: 53px;
	background: url(../i/single_next.png) no-repeat center;
	position: absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
}
.single_last_content .swiper-slide{
	width: 405px;

}
.single_last_content .swiper-slide .i{
	width: 100%;
	height:522px;
	margin-bottom: 66px;
	overflow: hidden;
}
.single_last_content .swiper-slide .i img{
	display: block;
	width: 100%;
	height: 100%;
	filter:blur(6px);
	transition: all 0.5s;
}
.single_last_content .swiper-slide .bit_cont{
  text-align: center;
}
.single_last_content .swiper-slide .bit_cont .txt{
	font-size:22px;
	color:#37341f;
		opacity: 0.4;
		transition: all 0.5s;
}
.single_last_content .swiper-slide.swiper-slide-prev .i,.single_last_content .swiper-slide.swiper-slide-next .i{
	margin-bottom: 42px;
}
.single_last_content .swiper-slide.swiper-slide-prev .i img,.single_last_content .swiper-slide.swiper-slide-next .i img{
	filter:blur(3px)
}
.single_last_content .swiper-slide.swiper-slide-prev .bit_cont .txt,.single_last_content .swiper-slide.swiper-slide-next .bit_cont .txt{
	opacity: 0.8
}
.single_last_content .swiper-slide.swiper-slide-active .i{
	margin-bottom: -2px;
}
.single_last_content .swiper-slide.swiper-slide-active .i img{
		filter:blur(0px)
}
.single_last_content .swiper-slide.swiper-slide-active .bit_cont .txt{
	opacity: 1;
}
.single_last_content .swiper-slide .bit_cont .disc{
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	margin:15px auto 0;
	background: #ffad1c;
}
.single_last_content_box .bit_ring{
	position: absolute;
	bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 986px;
}
/* */
.index_video_content{
	width: 100%;
	height: 936px;
	position: relative;
	padding-top: 40px;
}
.index_video_content .video_bg{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
}
.index_video_content .index_pulic_title{
	position: relative;
	z-index:2;
	color:#fff;
}
.index_video_content .video_last_cont_box{
	width: 1200px;
	height: 200px;
	position: absolute;
	left:50%;
	bottom: 30px;
	transform: translateX(-50%);
}
.video_last_cont_box .video_btn_prev{
	display: block;
	width: 31px;
	height: 53px;
	background: url(../i/video_prev.png) no-repeat center;
	position: absolute;
 top: 50%;
 left:0;
 transform: translateY(-50%);
}
.video_last_cont_box .video_btn_next{
	display: block;
	width: 31px;
	height: 53px;
	background: url(../i/video_next.png) no-repeat center;
	position: absolute;
 top: 50%;
 right:0;
 transform: translateY(-50%);
}
.video_last_cont{
	width: 1060px;
	margin:0 auto;
}
.video_last_cont .swiper-slide{
	transition: all 0.5s;
}
.video_last_cont .img_cont{
	width:100%;
	height: 162px;
	position: relative;
}
.video_last_cont .img_cont img{
	display: block;
	width: 100%;
	height: 100%;
}
.video_last_cont .img_cont::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left:0;
	background: rgba(0,0,0,0.4);
	transition: all 0.3s;
}
.video_last_cont .img_cont .btn{
	display: block;
  width: 37px;
	height: 37px;
	background: url(../i/video_btn.png) no-repeat center;
	background-size:cover;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.video_last_cont .txt{
	text-align: center;
	font-size:15px;
	color:#e8decc;
	padding:6px 0;
}
.video_last_cont .swiper-slide:hover{
  background: #eca832;
	border:3px solid #eda932;
}
.video_last_cont .swiper-slide:hover .img_cont::after{
	opacity: 0;
}
.video_last_cont .swiper-slide:hover .img_cont .btn{
	opacity: 0;
}
/* */
.index_gif_content{
	padding:60px 0;
}
.gif_last_content{
  position: relative;
	padding:70px 0 20px;
	height: 660px;
}
.gif_last_content .gif_last_prev{
	display: block;
	width:32px;
	height: 53px;
	background: url(../i/single_prev.png) no-repeat center;
	background-size:cover;
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
}
.gif_last_content .gif_last_next{
	display: block;
	width:32px;
	height: 53px;
	background: url(../i/single_next.png) no-repeat center;
	background-size:cover;
	position: absolute;
	right:0;
	top: 50%;
	transform: translateY(-50%);
}
.gif_last_cont{
	width: 996px;
	margin:0 auto;
}
.gif_last_cont .i{
	display: block;
	width: 100%;
	height: 410px;
	transition: all 0.5s;
}
.gif_last_cont .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.gif_last_cont .txt{
	padding:15px 0;
	text-align: center;
	font-size:22px;
	color:#37341f;
}
.gif_last_cont .swiper-slide:hover{
  background: #eda932;
	border:1px solid #eda932;
}
.gif_last_cont .swiper-slide:hover .i{
	height: 450px;
}
.gif_last_cont .swiper-slide:hover .txt{
	color:#fff;
}
.footer_content_box_bg{
	width: 100%;
	height: 54px;
}
.footer_content_box{
	width: 100%;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0ece5;
	position: fixed;
	bottom: 0;
	left:0;
}
/* */
.colloc_more_cont_bg{
	display: none;
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index:110;
}
.colloc_more_cont{
	display: none;
	width: 1200px;
	background: #fff;
	position: fixed;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	z-index: 111;
}
.colloc_more_cont .tis_title{
	padding:26px;
	font-size:22px;
	font-weight: bold;
	color:#37341f;
	font-family: "黑体";
	position: relative;
	border-bottom: 1px solid #f1eee7;
}
.colloc_more_cont .tis_title .shut{
	display: block;
	width: 24px;
	height: 24px;
	background: url(../i/more_shut.png) no-repeat center;
	background-size:cover;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.colloc_more_cont .content_scroll_box{
	padding:20px 34px;
	height: 500px;
	overflow-y: scroll;
}
.colloc_more_cont .content_box{
	min-height: 700px;
}
.colloc_more_cont .content_scroll_box::-webkit-scrollbar {
  width: 20px;
  height: 1px;
}
.colloc_more_cont .content_scroll_box::-webkit-scrollbar-track{
	padding:0 2px;
  background: #f2f2f2;
}
.colloc_more_cont .content_scroll_box::-webkit-scrollbar-thumb{
  background: #bfbfbf;
  height: 30px;
	border-radius: 10px;
}
.colloc_more_cont .content_box .last_cont_box{
  border-bottom: 1px solid #f1eee7;
	padding-bottom: 24px;
}
.colloc_more_cont .content_box .last_cont_box .list_title{
	position: relative;
	font-size:22px;
	color:#37341f;
	margin-bottom: 24px;
}
.colloc_more_cont .content_box .last_cont_box .list_title .bg{
	position: absolute;
	top: -10px;
	left:-4px;
	z-index: -1;
}
.colloc_more_cont .content_box .last_cont_box .last_cont{
	display: flex;
	flex-wrap: wrap;
}
.colloc_more_cont .content_box .last_cont_box .last_cont .list_box{
	width: 243px;
	margin-right: 25px;
	margin-bottom: 20px;
}
.colloc_more_cont .content_box .last_cont_box .last_cont .list_box:nth-child(4n){
	margin-right: 0;
}
.colloc_more_cont .content_box .last_cont_box .last_cont .list_box .i{
	display: block;
	width: 100%;
	height: 166px;
	margin-bottom: 10px;
}
.colloc_more_cont .content_box .last_cont_box .last_cont .list_box .i img{
	width: 100%;
	height: 100%;
}
.colloc_more_cont .content_box .last_cont_box .last_cont .list_box p{
	font-size:15px;
	text-align: center;
	color:#37341f;
	padding:10px 0;
}
/* */
.hot_sales_tis_bg{
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:-1;
	background: url(../i/single_tip_bg.png) no-repeat center;
	background-size:cover;
}
.pro_details_tis_bg{
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 750px;
	z-index:-1;
	background: url(../i/pro_det_tis_bg.png) no-repeat center;
	background-size:cover;
}
.sales_tis_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:45px 0 110px 0;
}
.sales_tis_title .tl{
	font-size:34px;
	color:#333333;
}
.sales_tis_title .tr{

}
.sales_tis_title .menu_cont_box{
	width: 104px;
	height: 38px;
	border:1px solid #ffad1c;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	background: #ffad1c;
}
.sales_tis_title .menu_cont_box span{
	display: flex;
	width: 50%;
	height: 38px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	cursor: pointer;
	transition: all 0.3s;
}
.sales_tis_title .menu_cont_box span.list{
	background: url(../i/single_menu_1.png) no-repeat center;
	background-size:16px;
}
.sales_tis_title .menu_cont_box span.mass{
	background: url(../i/single_menu_2.png) no-repeat center;
	background-size:16px;
}
.sales_tis_title .menu_cont_box .list.hover{
	background:#fff url(../i/single_menu_1h.png) no-repeat center;
	background-size:16px;
}
.sales_tis_title .menu_cont_box .mass.hover{
	background:#fff url(../i/single_menu_2h.png) no-repeat center;
	background-size:16px;
}
.sales_content_box{
	width: 100%;
}
.asles_list_content_box{
	width: 100%;
	height: 60%;
	position: fixed;
	background: url(../i/single_bit_bg.png) no-repeat bottom center;
	background-size: cover;
	bottom: 0;
	left: 0;
}
.asles_list_content_box .footer_content_box{
	background: none;
	color:#fff;
}
.asles_last_banner_cont{
	width: 1200px;
	margin:0 auto;
	position: relative;
	transform: translateY(-122px);
}
.asles_last_banner_cont .asles_last_banner_prev{
	display: block;
	width: 32px;
	height:53px;
	background: url(../i/single_prev.png) no-repeat center;
	background-size:cover;
	position: absolute;
	left:-30px;
	top: 50%;
	transform: translateY(-50%);
}
.asles_last_banner_cont .asles_last_banner_next{
	display: block;
	width: 32px;
	height:53px;
	background: url(../i/single_next.png) no-repeat center;
	background-size:cover;
	position: absolute;
	right:-30px;
	top: 50%;
	transform: translateY(-50%);
}
.asles_last_banner_box{
	width: 1150px;
	margin:0 auto;
}
.asles_last_banner_box .i{
	display: block;
	width: 255px;
	height: 255px;
	border-radius: 100%;
	overflow: hidden;
	margin:0 auto 30px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
}
.asles_last_banner_box .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.asles_last_banner_box .txt_cont{
	text-align: center;
	margin-bottom:16px;
}
.asles_last_banner_box .txt_cont h2{
	font-size:16px;
	color:#ffffff;
}
.asles_last_banner_box .txt_cont p{
	font-size:18px;
	color:#ffb636;
}
.asles_last_banner_box .more{
	display: flex;
	width: 128px;
	height: 42px;
	align-items: center;
	justify-content: center;
	border: 2px solid #ffad1c;
	font-size:15px;
	color:#ffad1c;
	margin:0 auto;
}
.asles_last_banner_box .more:hover{
	background: #ffad1c;
	color:#fff;
}
.asles_mass_content_box .last_content_box{
	padding:20px 0;
}
.asles_mass_content_box .last_content_box .list_box{
	width: 1200px;
	padding:0 340px;
	margin:0 auto 50px;
	position: relative;
}
.asles_mass_content_box .last_content_box .list_box .txt_cont{
	width: 460px;
	margin:0 auto;
	padding:0 30px;
}
.asles_mass_content_box .last_content_box .list_box .txt_cont h2{
	font-size:34px;
	color:#37341f;
	margin-bottom: 20px;
}
.asles_mass_content_box .last_content_box .list_box .txt_cont p{
	font-size:15px;
	color:#544c41;
	line-height: 32px;
	font-family: "思源黑体 CN";
}
.asles_mass_content_box .last_content_box .list_box .txt_cont .more_btn{
	display: inline-block;
	width: 104px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border:1px solid #ffad1c;
	font-size:15px;
	color:#ffad1c;
	margin-top: 30px;
}
.asles_mass_content_box .last_content_box .list_box .txt_cont .more_btn:hover{
	background: #ffad1c;
	color:#fff;
}
.asles_mass_content_box .last_content_box .list_box .pro_i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 316px;
	height: 313px;
}
.asles_mass_content_box .last_content_box .list_box .pro_i img{
	display: block;
	width: 100%;
	height: 100%;
}
.asles_mass_content_box .last_content_box .list_box:nth-child(even) .pro_i{
	right:10px;
}
.asles_mass_content_box .last_content_box .list_box:nth-child(even) .txt_cont{
	text-align: right;
}
.asles_mass_content_box .last_content_box .list_box:nth-child(odd) .pro_i{
	left:10px;
}
/* */
.pro_details_tis_content{
	padding:45px 40px;
	display: flex;
	justify-content: space-between;
}
.pro_details_tis_content .lt_cont{
	width: 474px;
}
.pro_det_tiscont{
	width: 100%;
	height: 474px;
	margin-bottom: 20px;
}
.pro_det_tiscont img{
	display: block;
	width: 100%;
	height: 100%;
}
.pro_det_bitcont_box{
	width: 100%;
	height: 94px;
	position: relative;
}
.pro_det_bitcont_box .pro_det_bitcont_prev{
	position: absolute;
	left:0;
	top: 0;
	width: 17px;
	height: 94px;
	background: url(../i/pro_det_prev.png) no-repeat center;
	background-size:cover;
}
.pro_det_bitcont_box .pro_det_bitcont_next{
	position: absolute;
	right:0;
	top: 0;
	width: 17px;
	height: 94px;
	background: url(../i/pro_det_next.png) no-repeat center;
	background-size:cover;
}
.pro_det_bitcont{
	display: block;
	width:420px;
	height: 95px;
	margin:0 auto;
}
.pro_det_bitcont img{
	width: 100%;
	height: 100%;
}
.pro_det_bitcont .swiper-slide:hover{
	border:2px solid #eaa732;
}
.pro_details_tis_content .rt_cont{
	width: 590px;
}
.pro_details_tis_content .rt_cont .tis_title{
	font-size:50px;
	font-weight: bold;
	color:#37341f;
	margin-bottom: 60px;
}
.pro_detail_pulic_title{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-size:18px;
	color:#efa014;
}
.pro_detail_pulic_title span{
	display: block;
	width: 3px;
	height: 16px;
	background: #f0a014;
	margin-right: 10px;
}
.pro_details_tis_content .rt_cont .pro_tis_intro{
	width: 100%;
	height: 136px;
	background: #fbf7ee;
	padding:14px 18px;
	border:1px solid #eeeade;
	border-radius: 10px;
	position: relative;
	line-height: 26px;
	overflow: hidden;
}
.pro_details_tis_content .rt_cont .pro_tis_intro .bit_more{
	position: absolute;
	bottom: 0;
	left:0;
	width: 100%;
	height: 56px;
	background:linear-gradient(rgba(251,247,238,0.4),rgba(251,247,238,0.8), #fbf7ee);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size:12px;
	color:#f0a014;
	cursor: pointer;
}
.pro_details_tis_content .rt_cont .taste_content_box{
	display: flex;
	width: 100%;
	height: 222px;
	background: #fbf7ee;
	border:1px solid #eeeade;
	border-radius: 10px;
}
.pro_details_tis_content .rt_cont .taste_content_box .chart_box{
	width: 600px;
	height: 222px;
	border-right: 1px solid #ede8dd;
}
.pro_details_tis_content .rt_cont .infor_txt_box{
	padding:15px;
	overflow-y: scroll;
}
.pro_details_tis_content .rt_cont .infor_txt_box::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
.pro_details_tis_content .rt_cont .infor_txt_box::-webkit-scrollbar-track{
	padding:0 2px;
  background: #fbf7ee;
}
.pro_details_tis_content .rt_cont .infor_txt_box::-webkit-scrollbar-thumb{
  background: #bfbfbf;
  height: 30px;
	border-radius: 10px;
}
.pro_details_tis_content .rt_cont .infor_txt_box .list{
	padding:10px 0;
	border-bottom: 1px dashed #ede8dd;
}
.pro_details_tis_content .rt_cont .infor_txt_box .list h2{
	display: flex;
	align-items: center;
	font-size:14px;
	color:#544c41;
	margin-bottom: 8px;
}
.pro_details_tis_content .rt_cont .infor_txt_box .list h2 span{
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #544c41;
	margin-right: 10px;
}
.pro_details_tis_content .rt_cont .infor_txt_box .list p{
	padding-left:6px;
	font-size:14px;
	line-height: 24px;
	color:#b5ab99;
}
/* */
.pro_details_extrafeed{
	margin-bottom: 50px;
}
.extrafeed_content{
	width: 1200px;
	height:295px;
	background: url(../i/extrafeed_bg.png) no-repeat center;
	background-size:cover;
	border-radius: 5px;
	overflow: hidden;
	border:1px solid #eeece7;
	position: relative;
}
.extrafeed_content .pro_img_box{
	width: 314px;
	height: 314px;
	position: absolute;
	left:50%;
	bottom:-200px;
	transform: translateX(-50%);
}
.extrafeed_content .pro_img_box img{
	width: 100%;
	height: 100%;
}
.extrafeed_content .feed_last_cont{
	width: 640px;
	height: 262px;
	position: absolute;
	bottom: 0;
	left:50%;
	transform: translateX(-50%);
}
.extrafeed_content .feed_last_cont .li{
	position: absolute;
}
.extrafeed_content .feed_last_cont .i{
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	overflow: hidden;
}
.extrafeed_content .feed_last_cont .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.extrafeed_content .feed_last_cont p{
	font-size:14px;
	color:#b5ab99;
	text-align: center;
}
.extrafeed_content .feed_last_cont .li:nth-child(1){
	left: -22px;
	bottom: 28px;
}
.extrafeed_content .feed_last_cont .li:nth-child(2){
	left: 136px;
	top: 15px;
}
.extrafeed_content .feed_last_cont .li:nth-child(3){
	right: 258px;
	top: -23px;
}
.extrafeed_content .feed_last_cont .li:nth-child(4){
	right: 78px;
	bottom: 146px;
}
.extrafeed_content .feed_last_cont .li:nth-child(5){
	left: 116px;
  bottom: 68px;
}
.extrafeed_content .feed_last_cont .li:nth-child(6){
	left: 250px;
	top: 62px;
}
.extrafeed_content .feed_last_cont .li:nth-child(7){
	right: 200px;
	bottom: 116px;
}
.extrafeed_content .feed_last_cont .li:nth-child(8 ){
	right: 77px;
	bottom: 3px;
}
/* */
.pro_details_process{
	padding:0 40px;
}
.pro_details_process .list_box{
	display: flex;
	width: 100%;
	padding:14px 20px;
	background: #fbf7ee;
	border-radius: 10px;
	border:1px solid #eeece7;
	margin-bottom: 24px;
}
.pro_details_process .list_box .i{
	display: block;
	width: 132px;
	height: 132px;
	border-radius: 10px;
}
.pro_details_process .list_box .i img{
	display: block;
	width: 100%;
	height: 100%;
}
.pro_details_process .list_box .txt{
	width: calc(100% - 132px);
	padding-left:30px;
}
.pro_details_process .list_box .txt h2{
	font-size:16px;
	color:#544c41;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.pro_details_process .list_box .txt h2 img{
	margin-left:10px;
	width: 16px;
}
.pro_details_process .list_box .txt p{
	font-size:14px;
	line-height: 24px;
	color:#b5ab99;
}
/* */
.return_top{
	display: none;
	width: 48px;
	height: 48px;
	background: url(../i/return_btn.png) no-repeat center;
	background-size:cover;
	position: fixed;
	right: 10%;
	bottom: 54px;
	cursor: pointer;

}
