@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,Roboto,sans-serif;
	background: #fff;
	font-size: 16px;
}
* {
	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;
	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;
}
.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: 1500px;
	margin: 0 auto;
}
.img02{
	display: none;
}
[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;
}
.ind .nav li{
	color: #fff;
}
.ind .nav li i{
	background: #fff;
}
.ind .nav li.on{
	color: #fff;
}
.ind .nav li:hover{
	color: #fff;
}
.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.bai .nav li{
	color: #333 !important;
}
.header.bai .nav i{
	background: #ff6400 !important;
}
.header.bai .nav li:hover{
	color: #ff6400 !important;
}
.header.bai .nav li.on{
	color: #ff6400 !important;
}
.header{
	width: 100%;
	height: 100px;
	background: rgba(255, 255, 255, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
.logo{
	float: left;
	width: 146px;
	/* margin-top: 20px; */
}
.logo img{
	width: 100%;
}
.nav{
	float: right;
	margin-top: 24px;
}
.nav ul{
	margin-right: -42px;
}
.nav li{
	float: left;
	color: #333;
	font-size: 18px;
	line-height: 52px;
	height: 100px;
	padding: 0 42px;
	position: relative;
	transition: all 0.6s;
}
.nav i{
	width: 100%;
	height: 3px;
	background: #ff6400;
	display: block;
	transform: scale(0,0);
	transition: all 0.6s;
}
.nav li:hover{
	color: #ff6400;
	font-weight: bold;
}
.nav li:hover i{
	transform: scale(1,1);
}
.nav li.on i{
	transform: scale(1,1);
}
.nav li.on{
	color: #ff6400;
	font-weight: bold;
}
.nav li:hover .subnav{
	display: block;
}
.subnav{
	width: 100%;
	background: #fff;
	padding: 15px 0 25px;
	position: absolute;
	top: 76px;
	left: 0;
	display: none;
}
.subnav ul{
	margin: 0;
}
.subnav li{
	float: none;
	padding: 0;
	height: auto;
	line-height: 50px;
	text-align: center;
	color: #666 !important;
	font-size: 18px;
	font-weight: normal;
}
.subnav li:hover{
	font-weight: normal;
	color: #ff6400 !important;
}

.banner{
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.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: 58%;
	transform: translateY(-58%);
	left: 0;
	z-index: 5;
}
.bn_con h1{
	font-size: 100px;
	line-height: 100px;
	font-family: "YouSheBiaoTiHei";
	text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
	font-weight: normal;
}
.bn_con h2{
	font-size: 50px;
	line-height: 42px;
	font-family: "YouSheBiaoTiHei";
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 40px;
	margin: 21px 0 16px;
}
.bn_con h3{
	font-size: 24px;
	font-weight: normal;
	line-height: 42px;
	margin-bottom: 32px;
}
.bn_more{
	width: 160px;
	height: 50px;
	background: #fff;
	border-radius: 50px;
	color: #ff6400;
	font-size: 18px;
	overflow: hidden;
	margin: 0 auto;
}
.bn_more img{
	width: 16px;
	height: 8px;
	margin-left: 10px;
}
.bn_more a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bn_bot{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.bn_bot .content{
	height: 140px;
	position: relative;
}
.bn_img{
	width: 20px;
	position: absolute;
	top: 0;
	left: 0;
	animation: bounce-down 2s linear infinite;
}
.bn_img img{
	width: 100%;
}
.bn_bot .swiper-pagination{
	width: 50%;
	height: 16px;
	text-align: right;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 41px;
}
.bn_bot .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	border-radius: 50px;
	border: solid 1px #fff;
	background: none;
	opacity: 1;
	margin: 0 0 0 18px !important;
}
.bn_bot .swiper-pagination-bullet-active{
	background: #fff;
}
@-webkit-keyframes bounce-down {
	25% {
		-webkit-transform: translateY(-10px);
	}
	50%, 100% {
		-webkit-transform: translateY(0);
	}
	75% {
		-webkit-transform: translateY(10px);
	}
}


.pro_bg{
	width: 100%;
	background: url(../images/ind_03.jpg) no-repeat center top;
	background-size: 100%;
	padding: 93px 0 68px;
	overflow: hidden;
}
.title{
	color: #666;
	font-size: 20px;
	line-height: 32px;
	margin: 0 auto 50px;
}
.title h1{
	color: #333;
	font-size: 46px;
	line-height: 64px;
	margin-bottom: 17px;
}
.pro_box{
	width: 1724px;
	margin: 0 auto;
	position: relative;
}
.pro_box .swiper-button-next, .pro_box .swiper-button-prev{
	width: 60px;
	height: 60px;
	border: solid 1px #ff6400;
	border-radius: 50%;
	top: 45%;
	transform: translateY(-45%);
}
.pro_box .swiper-button-next:hover, .pro_box .swiper-button-prev:hover{
	background: #ff6705;
}
.pro_box .swiper-button-next{
	right: 0;
}
.pro_box .swiper-button-prev{
	left: 0;
}
.pro_box .swiper-button-next:after, .pro_box .swiper-button-prev:after{
	font-size: 15px;
	font-weight: bold;
	color: #ff6705;
}
.pro_box .swiper-button-next:hover:after, .pro_box .swiper-button-prev:hover:after{
	color: #fff;
}
.pro_box .swiper-button-lock {
  display: none;
}
.pro{
	width: 1560px;
	padding: 0 30px;
	margin: 0 auto;
}
.pro .swiper-slide{
	background: #fff;
	height: 460px;
	border-radius: 50px;
	box-shadow: 0 5px 20px rgba(232, 214, 204, 0.4);
	overflow: hidden;
	padding-top: 50px;
	margin: 15px 0 48px;
}
.pro_con{
	padding: 0 20px;
}
.pro_pic{
	float: left;
	width: 46%;
	height: 390px;
}
.pro_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro_right{
	float: right;
	width: 50%;
	text-align: center;
	margin-top: 68px;
}
.pro_right h1{
	color: #222;
	font-size: 30px;
	line-height: 54px;
	height: 54px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_right h2{
	color: #222;
	font-size: 20px;
	font-weight: lighter;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_right i{
	width: 60px;
	height: 2px;
	background: #ff6400;
	display: block;
	margin: 18px auto 13px;
}
.pro_txt{
	color: #777;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 24px;
}
.pro_more{
	width: 140px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	border: solid 1px #ff6400;
	color: #ff6400;
	font-size: 16px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.pro_more a{
	display: block;
	position: relative;
	z-index: 2;
}
.pro_more::before {
	position: absolute;
	display: block;
	content: '';
	background: #ff6400;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}
.pro_more:hover::before {
	width: 110%;
}
.pro_more:hover{
	color: #fff;
}

.about_bg{
	width: 100%;
	min-height: 850px;
	background: url(../images/ind_05.jpg) no-repeat center bottom #fff5f0;
	padding: 244px 0 130px;
	position: relative;
	overflow: hidden;
}
.about_bg .content{
	position: relative;
	z-index: 2;
}
.about_en{
	width: 100%;
	color: #ff6400;
	font-size: 162px;
	line-height: 244px;
	text-transform: uppercase;
	font-weight: bold;
	opacity: 0.04;
	position: absolute;
	top: 0;
	left: 0;
}
.about_title{
	width: 100%;
	color: #666;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 44px;
}
.about_title h1{
	color: #333;
	font-size: 46px;
	line-height: 62px;
	margin-bottom: 15px;
}
.about{
	width: 785px;
	line-height: 50px;
	text-align: justify;
	color: #333;
	font-size: 16px;
	height: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 58px;
}
.about_bg .pro_more{
	width: 200px;
	height: 66px;
	line-height: 66px;
	font-size: 20px;
	margin: 0;
}
.about_pic{
	width: 924px;
	position: absolute;
	top: 107px;
	right: 10px;
	z-index: 5;
}
.about_pic ul{
	margin-right: -16px;
}
.about_pic li{
	float: left;
	width: 219px;
	height: 219px;
	border-radius: 30px;
	overflow: hidden;
	background: #ffdeca;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 16px 15px 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: 16px;
	color: #666;
	line-height: 30px;
	text-align: center;
}
.about_txt h1{
	color: #222;
	line-height: 50px;
	font-size: 45px;
	font-family: "Techna-Sans";
	font-weight: normal;
	margin-top: 9px;
}
.about_pic li:nth-child(4){
	margin: 0 16px 15px 235px;
}
.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{
	font-size: 64px;
	color: #fff;
}
.about_pic li:nth-child(7){
	margin: 0 16px 15px 470px;
}

.honor_bg{
	width: 100%;
	background: url(../images/ind_10.jpg) no-repeat center bottom;
	background-size: 100%;
	padding: 92px 0 84px;
	overflow: hidden;
}
.honor_bg .title{
	margin-bottom: 60px;
}
.honor_box{
	padding-bottom: 100px;
	position: relative;
}
.honor_box .swiper-button-next, .honor_box .swiper-button-prev{
	width: 60px;
	height: 60px;
	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: 45%;
}
.honor_box .swiper-button-prev{
	left: 45%;
}
.honor_box .swiper-button-next:after, .honor_box .swiper-button-prev:after{
	font-size: 15px;
	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-active{
	opacity: 0;
	visibility: hidden;
}
.honor .swiper-slide{
	width: 460px;
	height: 352px;
}
.honor_pic{
	width: 100%;
	height: 100%;
	padding: 16px;
	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: 100%;
	height: 60vh;
}
.img_modal .img_modal_img img{
  width: auto;
	height: 100%;
  background: #fff;
	border: solid 1px #ddd;
}
.img_modal_header{
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 10px;
  right: 10px;
}
.img_modal_header img{
  width: 50px;
  height: 50px;
}
.img_modal_header img:nth-last-child(1){
  width: 50px;
  cursor: pointer;
}

.foot_bg{
	width: 100%;
	background: #434343;
	padding: 35px 0 47px;
}
.foot_line{
	padding-bottom: 23px;
	border-bottom: solid 1px #696969;
}
.f_logo{
	float: left;
	/* margin-top: 10px; */
	/* width: 450px; */
	/* width: 290px; */
}
.f_logo img{
	width: 100%;
}
.f_nav{
	float: right;
	margin-top: 20px;
}
.f_nav li{
	float: left;
	color: #ddd;
	font-size: 16px;
	line-height: 50px;
	padding-left: 47px;
}
.f_nav li:hover{
	color: #fff;
}
.foot_t{
	padding-top: 36px;
}
.f_con{
	float: left;
	width: 50%;
}
.f_con li{
	color: #fff;
	font-size: 18px;
	min-height: 30px;
	line-height: 30px;
	padding-left: 35px;
	margin-bottom: 15px;
	position: relative;
}
.f_con img{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 4px;
	left: 0;
}
.share{
	float: right;
	margin-top: 7px;
}
.share li{
	float: left;
	width: 64px;
	text-align: center;
	margin-left: 31px;
	cursor: pointer;
	position: relative;
}
.share img{
	width: 64px;
	height: 64px;
	margin: 0 auto 6px;
}
.share h1{
	color: #bebebe;
	font-size: 14px;
	line-height: 32px;
	font-weight: normal;
}
.share_code{
	width: 140px;
	height: 140px;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	top: -150px;
	left: -38px;
	display: none;
}
.share_code img{
	width: 100%;
	height: 100%;
}
.share li:hover .share_code{
	display: block;
}
.copyright{
	color: #bebebe;
	font-size: 16px;
	line-height: 30px;
}
.copyright a:hover{
	color: #fff;
}
.tip{
	float: left;
	width: 50%;
	position: relative;
	padding-left: 22px;
}
.tip .fh{
	width: 22px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.copyright .fr{
	margin-top: 30px;
}


/* 励全臻品 */
.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: 80px 0 88px;
	overflow: hidden;
}
.main_tit{
	width: 100%;
	text-align: center;
	line-height: 72px;
	color: #222;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 68px;
}
.pro02{
	width: 100%;
}
.pro02 ul{
	margin-right: -2.5%;
}
.pro02 li{
	float: left;
	width: 47.5%;
	height: 460px;
	background: #fff;
	box-shadow: 0 5px 20px rgba(232, 214, 204, 0.3);
	border-radius: 50px;
	padding: 50px 20px 10px 30px;
	overflow: hidden;
	margin: 0 2.5% 45px 0;
}

.pro_area{
	padding: 80px 0 98px;
}
.pro_area .main_tit{
	margin-bottom: 60px;
}
.show{
	color: #555;
	font-size: 18px;
	line-height: 36px;
	text-align: justify;
}
.show img{
	width: 100%;
	border-radius: 20px;
}
.show video{
	width: 100%;
	border-radius: 20px;
}
.show p{
	margin-bottom: 20px !important;
}
.show div div div{
	white-space: normal !important;
}


/* 励全品质-优质原材料 */
.cailiao_box{
	padding: 77px 0 80px;
}
.cailiao{
	width: 100%;
}
.cailiao ul{
	margin-right: -3%;
}
.cailiao li{
	float: left;
	width: 30.33%;
	margin: 0 3% 45px 0;
}
.cailiao h1{
	color: #222;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	line-height: 50px;
	height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cailiao_pic{
	width: 100%;
	height: 470px;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 22px;
}
.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: 178px 0 126px;
}


/* 营养中心 */
.yy_p{
	padding: 180px 0 44px;
}
.nut{
	width: 100%;
}
.nut ul{
	margin-right: -2%;
}
.nut li{
	float: left;
	width: 31.33%;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	padding: 53px 30px 46px;
	margin: 0 2% 37px 0;
}
.nut h1{
	color: #222;
	font-size: 24px;
	line-height: 46px;
	height: 46px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nut h2{
	color: #666;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 21px;
}
.nut_pic{
	width: 100%;
	height: 280px;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 28px;
}
.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: 18px;
	line-height: 36px;
}
.nut li:hover h1{
	color: #ff6400;
}
.nut li:hover h2{
	color: #ff6400;
}
.nut li:hover .nut_more{
	color: #ff6400;
}

.nut_box{
	padding: 64px 0 86px;
}
.nut_list{
	width: 100%;
}
.nut_list li{
	background: #f8f8f8;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 30px;
}
.nut_img{
	float: left;
	width: 400px;
	height: 268px;
	/* height: 240px; */
	border-radius: 20px;
	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: 50px;
	height: 50px;
	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% - 400px);
	padding-left: 50px;
	margin-top: 10px;
}
.nut_right h1{
	color: #333;
	font-size: 24px;
	line-height: 92px;
	height: 92px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nut_txt{
	color: #666;
	font-size: 18px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 22px;
}
.nut_date{
	color: #666;
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page{
	width: 100%;
	text-align: center;
	padding-top: 64px;
	font-size: 20px;
}
.page a{
	width: 47px;
	height: 47px;
	line-height: 47px;
	border-radius: 50px;
	border: solid 1px #ff6400;
	display: inline-block;
	color: #ff6400;
	margin: 0 5px;
}
.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: 18px;
	line-height: 28px;
	margin-bottom: 44px;
}
.show_tt h1{
	color: #222;
	font-size: 36px;
	line-height: 60px;
	margin-bottom: 14px;
}
.nut_p{
	padding: 150px 0 110px;
}


/* 品牌历史 */
.brand_p{
	padding: 180px 0 95px;
}
.brand_p .main_tit{
	margin-bottom: 74px;
}
.brand{
	width: 100%;
}
.brand ul{
	margin-right: -2.5%;
}
.brand li{
	float: left;
	width: 47.5%;
	height: 240px;
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 2.5% 32px 0;
}
.brand_pic{
	float: left;
	width: 44%;
	height: 240px;
	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: 50px 48px 20px 40px;
}
.brand_right h1{
	color: #222;
	font-size: 24px;
	font-weight: normal;
	line-height: 42px;
	height: 42px;
	margin-bottom: 17px;
}
.brand_txt{
	color: #666;
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}


/* 品牌荣誉 */
.honor_p{
	padding: 180px 0 66px;
}
.honor02{
	padding-bottom: 128px;
	margin-top: 82px;
	position: relative;
}
.honor02 .swiper-button-next, .honor02 .swiper-button-prev{
	width: 60px;
	height: 60px;
	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: 45%;
}
.honor02 .swiper-button-prev{
	left: 45%;
}
.honor02 .swiper-button-next:after, .honor02 .swiper-button-prev:after{
	font-size: 15px;
	font-weight: bold;
	color: #ff6705;
}
.honor02 .swiper-button-next:hover:after, .honor02 .swiper-button-prev:hover:after{
	color: #fff;
}


/* 会员中心 */
.hy_p{
	padding: 178px 0 154px;
}
.hy_p .main_tit{
	margin-bottom: 76px;
}
.hy_pic{
	float: left;
	width: 50%;
	height: 500px;
	border-radius: 20px;
	overflow: hidden;
}
.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{
	float: right;
	width: 44%;
	margin-right: 2%;
	padding-top: 87px;
}
.hy_right h1{
	color: #222;
	font-size: 30px;
	font-weight: normal;
	line-height: 44px;
}
.hy_right i{
	width: 120px;
	height: 1px;
	background: #d2d2d2;
	display: block;
	margin: 32px 0 26px;
}
.hy_txt{
	color: #555;
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 40px;
}
.hy_right .pro_more{
	width: 220px;
	height: 70px;
	line-height: 70px;
	border-radius: 70px;
	font-size: 18px;
	margin: 0;
}


/* 产品购买页 */
.buy_p{
	padding: 180px 0 158px;
}
.buy_pic{
	float: left;
	width: 50%;
	min-height: 500px;
	border-radius: 50px;
	background: #fff;
	/* background: url(../images/buy_01.jpg) no-repeat;
	background-size: 100% 100%; */
	box-shadow: 0 5px 20px rgba(232, 214, 204, 0.4);
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.buy_pic img {
	width: 390px;
	height: 446px;
	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);
}