@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,Roboto,sans-serif;
	background: #fff;
	font-size: 0.26rem;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,Roboto,sans-serif;
}
table {
  border-collapse: collapse;
}
img {
	border: 0;
	display: inline-block;
	width: 100%;
	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;
}
.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: 90%;
	margin: 0 auto;
}
.img02{
	display: none;
}
html {
	font-size: -moz-calc(100vw / 7.5);
	font-size: calc(100vw / 7.5);
}
[v-cloak]{
	display: none;
}



@font-face {
	font-family: "YouSheBiaoTiHei";
	src:url("../fonts/YouSheBiaoTiHei-2.otf") format("opentype"),
			url("../fonts/YouSheBiaoTiHei-2.ttf") format("truetype"),
			url("../fonts/YouSheBiaoTiHei-2.woff") format("woff");
}
@font-face {
	font-family: "Techna-Sans";
	src:url("../fonts/Techna-Sans-Regular.otf") format("opentype"),
			url("../fonts/Techna-Sans-Regular.ttf") format("truetype"),
			url("../fonts/Techna-Sans-Regular.woff") format("woff");
}


/*首页*/
.ind .header{
	background: rgba(255, 255, 255, 0.2);
}
.ind .img01{
	display: none;
}
.ind .img02{
	display: block;
}
.header.bai{
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header.bai .img01{
	display: block !important;
}
.header.bai .img02{
	display: none !important;
}
.header{
	width: 100%;
	/* height: 1.3rem; */
	height: 0.9rem;
	background: rgba(255, 255, 255, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.logo{
	width: 20%;
	margin: 0 auto;
}
.logo img{
	width: 100%;
}
.logo02{
	width: 100%;
	height: 1.3rem;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
}
.logo02 img{
	width: 2.36rem;
}
.menu {
	position: absolute;
	top: 0.35rem;
	left: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 0.42rem;
	height: 0.5rem;
	transition: transform 250ms ease;
	cursor: pointer;
	z-index: 200;
	display: block;
}
.menu span {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 0.02rem;
	background: #ff6400;
	transition: transform 250ms ease;
	z-index: 200;
}
.menu span:nth-of-type(1) {
	transform: translateY(-4px);
}
.menu span:nth-of-type(3) {
	transform: translateY(4px);
}
#menu {
	display: none;
}
#menu:checked ~ .menu {
	background-color: transparent;
	transition: transform 250ms ease;
}
#menu:checked ~ .menu span {
	background-color: #ff6400 !important;
	transition: transform 250ms ease;
	margin: 0;
}
#menu:checked ~ .menu span:nth-of-type(1) {
	transform: translateY(1px) rotate(45deg);
	width: 100% !important;
}
#menu:checked ~ .menu span:nth-of-type(2) {
	display: none;
}
#menu:checked ~ .menu span:nth-of-type(3) {
	transform: translateY(-1px) rotate(-45deg);
	width: 100% !important;
}
#menu:checked ~ .nav01 {
	display: block;
	transition: 500ms ease;
}
.nav01 {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 1.1rem 0 0.4rem;
	box-sizing: border-box;
	overflow-y: scroll;
	background: url(../images/nav_bg.jpg) no-repeat center bottom #ff6500;
	background-size: 100%;
	transition: 500ms ease;
	z-index: 99;
	display: none;
}
.nav01 li {
	position: relative;
	display: block;
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	font-size: 0.34rem;
	font-weight: bold;
	line-height: 1.16rem;
	text-indent: 0.7rem;
	color: #fff;
}
.nav01 li h1{
	font-size: 0.34rem;
	line-height: 1.16rem;
	background: url(../images/arrow_01.png) no-repeat 95% center;
	background-size: 0.15rem 0.24rem;
}
.nav01 li.current h1 {
	background: url(../images/arrow_02.png) no-repeat 95% center;
	background-size: 0.24rem 0.15rem;
}
.nav02{
	width: 100%;
	background: #fff;
	padding: 0 0.9rem 0 1rem;
	display: none;
}
.nav02 li{
	border-bottom: solid 1px #eee;
	font-weight: normal !important;
	line-height: 0.9rem;
	font-size: 0.3rem;
	text-indent: 50;
	color: #333;
	font-size: 0.26rem;
	text-indent: 0;
}
.nav02 li:hover{
	color: #ff6601;
	background: url(../images/arrow_03.png) no-repeat right center;
	background-size: 0.2rem 0.2rem;
}
.nav02 li:last-child{
	border-bottom: none;
}
.nav02 a{
	display: block;
}

.banner{
	width: 100%;
	height: 4rem;
	position: relative;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bn_con{
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
	left: 0;
	z-index: 5;
}
.bn_con h1{
	font-size: 0.9rem;
	line-height: 1rem;
	font-family: "YouSheBiaoTiHei";
	text-shadow: 0 0.04rem 0.1rem rgba(0, 0, 0, 0.5);
	font-weight: normal;
}
.bn_con h2{
	font-size: 0.5rem;
	line-height: 0.48rem;
	font-family: "YouSheBiaoTiHei";
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.24rem;
	margin: 0.12rem 0;
}
.bn_con h3{
	font-size: 0.26rem;
	font-weight: normal;
	line-height: 0.48rem;
	margin-bottom: 0.3rem;
}
.bn_more{
	width: 2rem;
	height: 0.6rem;
	background: #fff;
	border-radius: 0.6rem;
	color: #ff6400;
	font-size: 0.26rem;
	overflow: hidden;
	margin: 0 auto;
}
.bn_more img{
	width: 0.22rem;
	height: 0.1rem;
	margin-left: 0.12rem;
}
.bn_more a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner .swiper-pagination{
	bottom: 0.58rem;
}
.banner .swiper-pagination-bullet{
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 50%;
	border: solid 0.01rem #fff;
	background: none;
	opacity: 1;
	margin: 0 0 0 0.1rem !important;
}
.banner .swiper-pagination-bullet-active{
	background: #fff;
}

.pro_bg{
	width: 100%;
	background: url(../images/ind_02.jpg) no-repeat center top;
	background-size: cover;
	padding: 0.8rem 0 0.78rem;
	overflow: hidden;
}
.title{
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 0.28rem;
	line-height: 0.46rem;
	margin-bottom: 0.46rem;
}
.title h1{
	color: #333;
	font-size: 0.46rem;
	line-height: 0.66rem;
	margin-bottom: 0.15rem;
}
.pro_box{
	width: 95%;
	padding-bottom: 0.76rem;
	margin: 0 auto;
	position: relative;
}
.pro_box .swiper-button-next, .pro_box .swiper-button-prev{
	width: 0.6rem;
	height: 0.6rem;
	border: solid 1px #ff6400;
	border-radius: 50%;
	top: auto;
	bottom: 0;
}
.pro_box .swiper-button-next:hover, .pro_box .swiper-button-prev:hover{
	background: #ff6705;
}
.pro_box .swiper-button-next{
	right: 39%;
}
.pro_box .swiper-button-prev{
	left: 39%;
}
.pro_box .swiper-button-next:after, .pro_box .swiper-button-prev:after{
	font-size: 0.15rem;
	font-weight: bold;
	color: #ff6705;
}
.pro_box .swiper-button-next:hover:after, .pro_box .swiper-button-prev:hover:after{
	color: #fff;
}
.pro{
	width: 100%;
	padding: 0.2rem 0.2rem 0.42rem;
}
.pro .swiper-slide{
	background: #fff;
	height: 3.8rem;
	border-radius: 0.5rem;
	box-shadow: 0 0.05rem 0.2rem rgba(232, 214, 204, 0.4);
	overflow: hidden;
	padding: 0.4rem 0.3rem;
}
.pro_pic{
	float: left;
	width: 44%;
	height: 3.05rem;
}
.pro_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro_right{
	float: right;
	width: 50%;
	text-align: center;
	margin-top: 0.07rem;
}
.pro_right h1{
	color: #222;
	font-size: 0.3rem;
	line-height: 0.52rem;
	height: 0.52rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_right h2{
	color: #222;
	font-size: 0.22rem;
	font-weight: lighter;
	line-height: 0.38rem;
	height: 0.38rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_right i{
	width: 0.6rem;
	height: 0.02rem;
	background: #ff6400;
	display: block;
	margin: 0.16rem auto;
}
.pro_txt{
	color: #777;
	font-size: 0.22rem;
	line-height: 0.34rem;
	height: 0.68rem;
	overflow: hidden;
	text-align: justify;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.3rem;
}
.pro_more{
	width: 2rem;
	text-align: center;
	height: 0.66rem;
	line-height: 0.64rem;
	border-radius: 0.6rem;
	border: solid 0.01rem #ff6400;
	color: #ff6400;
	font-size: 0.22rem;
	margin: 0 auto;
	overflow: hidden;
}

.about_bg{
	width: 100%;
	min-height: 8.5rem;
	background: url(../images/ind_04.jpg) no-repeat center bottom #fff9f6;
	background-size: 100%;
	padding: 0.64rem 0 0.54rem;
	position: relative;
	overflow: hidden;
}
.about_bg .content{
	position: relative;
	z-index: 2;
}
.about_bg .title{
	margin-bottom: 0.35rem;
}
.about_bg .pro_more{
	margin: 0 auto 0.62rem;
}
.about_en{
	width: 100%;
	color: #ff6400;
	font-size: 2.04rem;
	line-height: 2.3rem;
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0.04;
	position: absolute;
	top: 0;
	left: 0;
}
.about{
	width: 100%;
	line-height: 0.46rem;
	text-align: justify;
	color: #333;
	font-size: 0.26rem;
	height: 3.68rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.56rem;
}
.about_pic{
	width: 90%;
	margin: 0 auto;
}
.about_pic ul{
	margin-right: -2%;
}
.about_pic li{
	float: left;
	width: 23%;
	height: 1.56rem;
	border-radius: 0.3rem;
	overflow: hidden;
	background: #ffdeca;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 2% 0.12rem 0;
}
.about_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.about_pic li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.about_txt{
	width: 100%;
	font-size: 0.22rem;
	color: #666;
	line-height: 0.46rem;
	text-align: center;
}
.about_txt h1{
	color: #222;
	line-height: 0.5rem;
	font-size: 0.5rem;
	font-family: "Techna-Sans";
	font-weight: normal;
}
.about_pic li:nth-child(4){
	margin: 0 2% 0.12rem 25%;
}
.about_pic li:nth-child(5){
	background: #ff6400;
}
.about_pic li:nth-child(5) .about_txt{
	color: #fff;
}
.about_pic li:nth-child(5) .about_txt h1{
	color: #fff;
}
.about_pic li:nth-child(7){
	margin: 0 2% 0.12rem 50%;
}

.honor_bg{
	width: 100%;
	background: url(../images/ind_10.jpg) no-repeat center bottom;
	background-size: 100%;
	padding: 1rem 0 0.75rem;
	overflow: hidden;
}
.honor_bg .title{
	margin-bottom: 0.75rem;
}
.honor_box{
	padding-bottom: 1.24rem;
	position: relative;
}
.honor_box .swiper-button-next, .honor_box .swiper-button-prev{
	width: 0.6rem;
	height: 0.6rem;
	border: solid 1px #ff6400;
	border-radius: 50%;
	top: auto;
	bottom: 0;
}
.honor_box .swiper-button-next:hover, .honor_box .swiper-button-prev:hover{
	background: #ff6705;
}
.honor_box .swiper-button-next{
	right: 39%;
}
.honor_box .swiper-button-prev{
	left: 39%;
}
.honor_box .swiper-button-next:after, .honor_box .swiper-button-prev:after{
	font-size: 0.15rem;
	font-weight: bold;
	color: #ff6705;
}
.honor_box .swiper-button-next:hover:after, .honor_box .swiper-button-prev:hover:after{
	color: #fff;
}
.honor{
	width: 100%;
}
.honor .swiper-slide{
	transform: scale(0.82);
}
.honor .swiper-slide-active,.honor .swiper-slide-duplicate-active{
	transform: scale(1);
}
.honor_pic{
	width: 100%;
	height: 3.44rem;
	padding: 0.16rem;
	background: url(../images/ind_11.jpg) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
.honor_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img_modal{
  position: fixed;
  width: 100%;
	height: 100% !important;
	background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.img_modal_box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_modal_con{
	/* width: 70%; */
	position: relative;
}
.img_modal_show{
  display: block;
}
.img_modal .img_modal_img{
  width: 94%;
	margin: 0 auto;
}
.img_modal .img_modal_img img{
  width: 100%;
	height: auto;
  background: #fff;
	border: solid 1px #ddd;
}
.img_modal_header{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: -0.8rem;
  right: 3%;
}
.img_modal_header img{
  width: 0.6rem;
  height: 0.6rem;
}
.img_modal_header img:nth-last-child(1){
  width: 0.6rem;
  cursor: pointer;
}

.foot_bg{
	width: 100%;
	background: #434343;
	padding:  0 0.25rem;
}
.f_logo{
	width: 100%;
	height: 1.6rem;
	background: url(../images/foot_01.png) no-repeat left bottom;
	background-size: 100% 1px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.f_logo img{
	width: 30%;
}
.f_con{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.28rem;
	font-weight: lighter;
	line-height: 0.6rem;
	padding: 0.35rem 0 0.42rem;
}
.share{
	width: 100%;
	text-align: center;
}
.share li{
	display: inline-block;
	width: 17%;
	position: relative;
}
.share img{
	width: 0.7rem;
	height: 0.7rem;
	margin: 0 auto 0.06rem;
}
.share h1{
	color: #bebebe;
	font-size: 0.22rem;
	line-height: 0.38rem;
	font-weight: normal;
}
.share_code{
	width: 1.4rem;
	height: 1.4rem;
	padding: 0.05rem;
	background: #fff;
	border-radius: 0.05rem;
	overflow: hidden;
	position: absolute;
	top: -1.5rem;
	left: -0.35rem;
	display: none;
}
.share_code img{
	width: 100%;
	height: 100%;
}
.share li:hover .share_code{
	display: block;
}
.tip{
	width: 100%;
	text-align: center;
	background: url(../images/foot_01.png) no-repeat left bottom;
	background-size: 100% 1px;
	color: #bebebe;
	font-size: 0.24rem;
	line-height: 0.4rem;
	font-style: italic;
	padding: 0.4rem 0 0.3rem;
}
.fh{
	display: none;
}
.copyright{
	color: #bebebe;
	font-size: 0.24rem;
	line-height: 0.44rem;
	text-align: center;
	padding: 0.22rem 0 0.32rem;
}
.copyright a:hover{
	color: #fff;
}


/* 励全臻品 */
.main_bn{
	width: 100%;
}
.main_bn img{
	width: 100%;
}
.product_bg{
	width: 100%;
	background: url(../images/pro_01.jpg) no-repeat center top;
	background-size: 100%;
	padding: 0.67rem 0 0.92rem;
	overflow: hidden;
}
.main_tit{
	width: 100%;
	text-align: center;
	line-height: 0.76rem;
	color: #222;
	font-size: 0.48rem;
	font-weight: bold;
	margin-bottom: 0.66rem;
}
.product{
	width: 90%;
	margin: 0 auto;
}
.product li{
	background: #fff;
	height: 3.8rem;
	border-radius: 0.5rem;
	box-shadow: 0 0.05rem 0.2rem rgba(232, 214, 204, 0.4);
	overflow: hidden;
	padding: 0.4rem 0.3rem;
	margin-bottom: 0.6rem;
}

.pro_area{
	padding: 0.6rem 0 1.25rem;
}
.pro_area .main_tit{
	margin-bottom: 0.6rem;
}
.show{
	color: #555;
	font-size: 0.28rem;
	line-height: 0.5rem;
	text-align: justify;
}
.show img{
	width: 100%;
	height: auto !important;
	border-radius: 0.2rem;
}
.show video{
	width: 100%;
	height: auto !important;
	border-radius: 0.2rem;
}
.show p{
	margin-bottom: 0.2rem !important;
}
.show div div div{
	white-space: normal !important;
}


/* 励全品质-优质原材料 */
.cailiao_box{
	padding: 0.56rem 0 0.76rem;
}
.cailiao{
	width: 100%;
}
.cailiao ul{
	margin-right: -4%;
}
.cailiao li{
	float: left;
	width: 46%;
	margin: 0 4% 0.12rem 0;
}
.cailiao h1{
	color: #222;
	font-size: 0.28rem;
	font-weight: normal;
	text-align: center;
	line-height: 0.9rem;
	height: 0.9rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cailiao_pic{
	width: 100%;
	height: 3rem;
	border-radius: 0.2rem;
	overflow: hidden;
}
.cailiao_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.cailiao_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.gray{
	width: 100%;
	background: #f8f8f8;
}
.cailiao_p{
	padding: 1.64rem 0 0.8rem;
}


/* 营养中心 */
.yy_p{
	padding: 1.65rem 0 0.37rem;
}
.nut{
	width: 100%;
}
.nut ul{
	margin-right: -4%;
}
.nut li{
	float: left;
	width: 46%;
	background: #fff;
	border-radius: 0.2rem;
	overflow: hidden;
	padding: 0.4rem 0.2rem 0.26rem;
	margin: 0 4% 0.2rem 0;
}
.nut h1{
	color: #222;
	font-size: 0.28rem;
	line-height: 0.36rem;
	height: 0.72rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.nut h2{
	color: #666;
	font-size: 0.22rem;
	line-height: 0.52rem;
	height: 0.52rem;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.14rem;
}
.nut_pic{
	width: 100%;
	height: 2rem;
	border-radius: 0.2rem;
	overflow: hidden;
	margin-bottom: 0.17rem;
}
.nut_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.nut_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.nut_more{
	color: #999;
	font-size: 0.22rem;
	line-height: 0.4rem;
}
.nut li:hover h1{
	color: #ff6400;
}
.nut li:hover h2{
	color: #ff6400;
}
.nut li:hover .nut_more{
	color: #ff6400;
}

.nut_box{
	padding: 0.44rem 0 0.92rem;
}
.nut_list{
	width: 100%;
}
.nut_list li{
	background: #f8f8f8;
	border-radius: 0.2rem;
	padding: 0.3rem;
	margin-bottom: 0.3rem;
}
.nut_img{
	float: left;
	width: 2.8rem;
	height: 2rem;
	border-radius: 0.2rem;
	overflow: hidden;
	position: relative;
}
.nut_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.nut_img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.video_icon{
	width: 0.5rem;
	height: 0.5rem;
	background: url(../images/yy_03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.nut_right{
	float: left;
	width: calc(100% - 2.8rem);
	padding-left: 0.25rem;
	padding-top: 0.07rem;
}
.nut_right h1{
	color: #333;
	font-size: 0.28rem;
	line-height: 0.38rem;
	height: 0.76rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.nut_txt{
	color: #666;
	font-size: 0.22rem;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin: 0.12rem 0;
}
.nut_date{
	color: #666;
	font-size: 0.22rem;
	line-height: 0.34rem;
	height: 0.34rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page{
	width: 100%;
	text-align: center;
	padding-top: 0.54rem;
	font-size: 0.28rem;
}
.page a{
	width: 0.64rem;
	height: 0.64rem;
	line-height: 0.64rem;
	border-radius: 50%;
	border: solid 1px #ff6400;
	display: inline-block;
	color: #ff6400;
	margin: 0 0.1rem;
}
.page a:hover{
	background: #ff6400;
	color: #fff;
}
.page a.on{
	background: #ff6400;
	color: #fff;
}
.page_sw{
	font-family: 宋体;
	font-weight: bold;
}

.show_tt{
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 0.26rem;
	line-height: 0.6rem;
	margin-bottom: 0.28rem;
}
.show_tt h1{
	color: #222;
	font-size: 0.36rem;
	line-height: 0.56rem;
	font-weight: normal;
}
.nut_p{
	padding: 1.7rem 0 0.5rem;
}


/* 品牌历史 */
.brand_p{
	padding: 1.64rem 0 0.76rem;
}
.brand_p .main_tit{
	margin-bottom: 0.48rem;
}
.brand{
	width: 100%;
}
.brand li{
	height: 2.4rem;
	background: #fff;
	border-radius: 0.2rem;
	overflow: hidden;
	margin-bottom: 0.3rem;
}
.brand_pic{
	float: left;
	width: 44%;
	height: 2.4rem;
	overflow: hidden;
}
.brand_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.brand_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.brand_right{
	float: left;
	width: 56%;
	padding: 0.27rem 0.3rem;
}
.brand_right h1{
	color: #222;
	font-size: 0.28rem;
	font-weight: normal;
	line-height: 0.46rem;
	height: 0.46rem;
	margin-bottom: 0.13rem;
}
.brand_txt{
	color: #666;
	font-size: 0.22rem;
	line-height: 0.3rem;
	height: 1.2rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
}


/* 品牌荣誉 */
.honor_p{
	padding: 1.66rem 0 0.88rem;
}
.honor_p .main_tit{
	margin-bottom: 0.35rem;
}
.honor02{
	padding-bottom: 1.24rem;
	margin-top: 0.82rem;
	position: relative;
}
.honor02 .swiper-slide{
	transform: scale(0.82);
}
.honor02 .swiper-slide-active,.honor02 .swiper-slide-duplicate-active{
	transform: scale(1);
}
.honor02 .swiper-button-next, .honor02 .swiper-button-prev{
	width: 0.6rem;
	height: 0.6rem;
	border: solid 1px #ff6400;
	border-radius: 50%;
	top: auto;
	bottom: 0;
}
.honor02 .swiper-button-next:hover, .honor02 .swiper-button-prev:hover{
	background: #ff6705;
}
.honor02 .swiper-button-next{
	right: 39%;
}
.honor02 .swiper-button-prev{
	left: 39%;
}
.honor02 .swiper-button-next:after, .honor02 .swiper-button-prev:after{
	font-size: 0.15rem;
	font-weight: bold;
	color: #ff6705;
}
.honor02 .swiper-button-next:hover:after, .honor02 .swiper-button-prev:hover:after{
	color: #fff;
}


/* 会员中心 */
.hy_p{
	padding: 1.65rem 0 0.97rem;
}
.hy_p .main_tit{
	margin-bottom: 0.57rem;
}
.hy_pic{
	width: 100%;
	height: 4.6rem;
	border-radius: 0.2rem;
	overflow: hidden;
	margin-bottom: 0.67rem;
}
.hy_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.hy_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.hy_right{
	width: 100%;
}
.hy_right h1{
	color: #222;
	font-size: 0.4rem;
	font-weight: normal;
	line-height: 0.64rem;
	text-align: center;
}
.hy_right i{
	width: 1.2rem;
	height: 1px;
	background: #d2d2d2;
	display: block;
	margin: 0.3rem auto;
}
.hy_txt{
	color: #555;
	font-size: 0.26rem;
	line-height: 0.46rem;
	text-align: justify;
	margin-bottom: 0.6rem;
}
.hy_right .pro_more{
	width: 2.1rem;
	height: 0.66rem;
	line-height: 0.64rem;
	border-radius: 0.7rem;
	font-size: 0.22rem;
	margin: 0 auto;
}


/* 产品购买页 */
.buy_p{
	padding: 1.65rem 0 0.97rem;
}
.buy_pic{
	width: 100%;
	height: 5rem;
	border-radius: 0.2rem;
	background:#fff;
	/* background: url(../images/buy_01.jpg) no-repeat;
	background-size: 100% 100%; */
	box-shadow: 0 0.05rem 0.2rem rgba(232, 214, 204, 0.4);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.67rem;
}
.buy_pic img {
	width: 3.9rem;
	height: 4.47rem;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.buy_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}